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 e572bd8 commit 283bb19Copy full SHA for 283bb19
.pre-commit-config.yaml
@@ -24,8 +24,7 @@ repos:
24
hooks:
25
- id: flake8
26
language_version: python3
27
- additional_dependencies:
28
- - flake8-typing-imports==1.9.0
+ additional_dependencies: [flake8-typing-imports==1.9.0, flake8-builtins==1.5.3]
29
- repo: https://github.com/asottile/reorder_python_imports
30
rev: v2.3.0
31
0 commit comments