File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exclude: |
10
10
)
11
11
repos :
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks
13
- rev : v3.4.0
13
+ rev : v4.0.1
14
14
hooks :
15
15
- id : trailing-whitespace
16
16
- id : end-of-file-fixer
@@ -21,16 +21,16 @@ repos:
21
21
args : ["--autofix", "--indent=2", "--no-sort-keys"]
22
22
23
23
- repo : https://github.com/psf/black
24
- rev : 20.8b1
24
+ rev : 21.9b0
25
25
hooks :
26
26
- id : black
27
27
28
- - repo : https://gitlab .com/pycqa /flake8
29
- rev : 3.8.3
28
+ - repo : https://github .com/PyCQA /flake8
29
+ rev : 3.9.2
30
30
hooks :
31
31
- id : flake8
32
32
33
33
- repo : https://github.com/PyCQA/isort
34
- rev : 5.8.0
34
+ rev : 5.9.3
35
35
hooks :
36
36
- id : isort
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def get_file_format(file):
62
62
63
63
64
64
def _get_suffix (filepath : Union [str , Path , FSMap ]) -> str :
65
- """ Check if file type is supported. """
65
+ """Check if file type is supported."""
66
66
# TODO: handle multiple files through the same set of checks for combining files
67
67
if isinstance (filepath , FSMap ):
68
68
suffix = Path (filepath .root ).suffix
You can’t perform that action at this time.
0 commit comments