We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2078b52 commit 1ea7bebCopy full SHA for 1ea7beb
1 file changed
.pre-commit-config.yaml
@@ -20,8 +20,8 @@ repos:
20
- id: flake8
21
additional_dependencies:
22
- "flake8-bugbear==23.3.12" # must match requirements_dev.txt
23
- - "flake8-noqa==1.3.0" # must match requirements_dev.txt
24
- - "flake8-pyi==23.1.2" # must match requirements_dev.txt
+ - "flake8-noqa==1.3.1" # must match requirements_dev.txt
+ - "flake8-pyi==23.3.0" # must match requirements_dev.txt
25
- repo: https://github.com/pre-commit/mirrors-prettier
26
rev: v3.0.0-alpha.6
27
hooks:
0 commit comments