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 6f8d0c8 commit 532e957Copy full SHA for 532e957
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v6.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -11,11 +11,11 @@ repos:
11
- id: check-yaml
12
- id: check-toml
13
- repo: https://github.com/akaihola/darker
14
- rev: v2.1.0
+ rev: v2.1.1
15
16
- id: darker
17
- repo: https://github.com/pycqa/isort
18
- rev: 5.13.2
+ rev: 6.0.1
19
20
- id: isort
21
name: isort (python)
0 commit comments