mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2025-08-14 09:27:21 +08:00
Add pyupgrade
This commit is contained in:
@ -26,7 +26,7 @@ def validate_files(argv=None):
|
||||
):
|
||||
retcode = 1
|
||||
print(
|
||||
'{0} does not match pattern "{1}"'.format(
|
||||
'{} does not match pattern "{}"'.format(
|
||||
filename, test_name_pattern
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user