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.
1 parent e894d3a commit 388c7d1Copy full SHA for 388c7d1
.pre-commit-config.yaml
@@ -4,11 +4,9 @@ repos:
4
hooks:
5
- id: flake8
6
additional_dependencies:
7
- [
8
- flake8-bugbear==23.9.16,
9
- flake8-comprehensions==3.14.0,
10
- flake8-typing-imports==1.14.0,
11
- ]
+ - flake8-bugbear==23.9.16
+ - flake8-comprehensions==3.14.0
+ - flake8-typing-imports==1.14.0
12
exclude: ^doc|^git/ext/
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments