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 dbb1252 commit 3a257f5Copy full SHA for 3a257f5
.pre-commit-config.yaml
@@ -39,12 +39,12 @@ repos:
39
args: [--py37-plus]
40
exclude: *fixtures
41
- repo: https://github.com/PyCQA/isort
42
- rev: v5.11.3
+ rev: 5.11.4
43
hooks:
44
- id: isort
45
exclude: doc/data/messages/(r/reimported|w/wrong-import-order|u/ungrouped-imports|m/misplaced-future|m/multiple-imports)/bad.py
46
- repo: https://github.com/psf/black
47
- rev: 23.1a1
+ rev: 22.12.0
48
49
- id: black
50
args: [--safe, --quiet]
0 commit comments