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.
isort
1 parent 1551af1 commit 35f6454Copy full SHA for 35f6454
1 file changed
.pre-commit-config.yaml
@@ -20,16 +20,13 @@ repos:
20
hooks:
21
- id: black
22
23
- - repo: local
+ - repo: https://github.com/pycqa/isort
24
+ rev: 6.0.1
25
26
- id: isort
- name: isort
27
- entry: isort
28
- args: ['--filter-files']
29
- language: system
30
- require_serial: true
31
- types: [python]
32
+ - repo: local
+ hooks:
33
- id: pyflakes
34
name: pyflakes
35
entry: pyflakes
0 commit comments