We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flake8
1 parent 2f05eb3 commit bab9c0dCopy full SHA for bab9c0d
.pre-commit-config.yaml
@@ -16,14 +16,14 @@ repos:
16
hooks:
17
- id: prettier
18
exclude: ^tests/|libmozdata/modules.json
19
- - repo: https://gitlab.com/pycqa/flake8
20
- rev: 3.9.2
+ - repo: https://github.com/pycqa/flake8
+ rev: 5.0.4
21
22
- id: flake8
23
additional_dependencies:
24
- - "flake8-coding==1.3.1"
25
- - "flake8-copyright==0.2.2"
26
- - "flake8-debugger==3.1.0"
+ - "flake8-coding==1.3.2"
+ - "flake8-copyright==0.2.3"
+ - "flake8-debugger==4.1.2"
27
- "flake8-mypy==17.8.0"
28
- repo: https://github.com/pre-commit/pre-commit-hooks
29
rev: v4.1.0
0 commit comments