Skip to content

Commit bab9c0d

Browse files
Update flake8 and fetch it from GitHub instead of GitLab (#209)
1 parent 2f05eb3 commit bab9c0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ repos:
1616
hooks:
1717
- id: prettier
1818
exclude: ^tests/|libmozdata/modules.json
19-
- repo: https://gitlab.com/pycqa/flake8
20-
rev: 3.9.2
19+
- repo: https://github.com/pycqa/flake8
20+
rev: 5.0.4
2121
hooks:
2222
- id: flake8
2323
additional_dependencies:
24-
- "flake8-coding==1.3.1"
25-
- "flake8-copyright==0.2.2"
26-
- "flake8-debugger==3.1.0"
24+
- "flake8-coding==1.3.2"
25+
- "flake8-copyright==0.2.3"
26+
- "flake8-debugger==4.1.2"
2727
- "flake8-mypy==17.8.0"
2828
- repo: https://github.com/pre-commit/pre-commit-hooks
2929
rev: v4.1.0

0 commit comments

Comments
 (0)