We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d217b commit aa834fdCopy full SHA for aa834fd
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: end-of-file-fixer
10
- id: trailing-whitespace
11
- repo: https://github.com/PyCQA/isort
12
- rev: 6.0.0
+ rev: 6.0.1
13
hooks:
14
- id: isort
15
additional_dependencies: [toml]
changes/572.misc.rst
@@ -0,0 +1 @@
1
+The ``pre-commit`` hook for ``isort`` was updated to its latest version.
0 commit comments