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 407d984 commit 899a6cfCopy full SHA for 899a6cf
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.12.1
+ rev: 24.1.1
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
@@ -36,11 +36,12 @@ repos:
36
additional_dependencies:
37
- flake8-typing-imports==1.12.0
38
- flake8-docstrings==1.5.0
39
-- repo: https://github.com/asottile/reorder-python-imports
40
- rev: v3.12.0
+- repo: https://github.com/pycqa/isort
+ rev: 5.13.2
41
42
- - id: reorder-python-imports
43
- args: ['--application-directories=.:src', --py38-plus]
+ - id: isort
+ name: isort
44
+ args: [--force-single-line, --profile=black]
45
- repo: https://github.com/asottile/pyupgrade
46
rev: v3.15.0
47
0 commit comments