Skip to content

Commit c6d9ab7

Browse files
authored
SNOW-696321 fix flake8 dep (#360)
* SNOW-696321 fix flake8 dep * SNOW-696321 update flake8 to 4.0.1 to deal with importlib_metadata dependency * SNOW-696321 update flake8 to 3.9.2 to deal with importlib_metadata dependency * Update .pre-commit-config.yaml
1 parent 0c65ed6 commit c6d9ab7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ repos:
3838
args:
3939
- --license-filepath
4040
- license_header.txt
41-
- repo: https://gitlab.com/pycqa/flake8
42-
rev: 3.9.2
41+
- repo: https://github.com/pycqa/flake8
42+
rev: 5.0.4
4343
hooks:
4444
- id: flake8
4545
additional_dependencies:
46-
- flake8-bugbear == 20.11.1
47-
- importlib_metadata == 4.13.0
46+
- flake8-bugbear

0 commit comments

Comments
 (0)