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 c9adcb5 commit 314b6bdCopy full SHA for 314b6bd
.pre-commit-config.yaml
@@ -15,12 +15,12 @@ repos:
15
- id: autoflake # isort should run before black as black sometimes tweaks the isort output
16
args: ["--in-place", "--ignore-init-module-imports"]
17
- repo: https://github.com/PyCQA/isort
18
- rev: 5.12.0
+ rev: 5.13.0
19
hooks:
20
- id: isort
21
# https://github.com/python/black#version-control-integration
22
- repo: https://github.com/psf/black
23
- rev: 23.9.1
+ rev: 23.11.0
24
25
- id: black
26
- repo: https://github.com/PyCQA/flake8
0 commit comments