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 ac8b0c0 commit 3e6fd7eCopy full SHA for 3e6fd7e
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: check-yaml
8
- id: check-added-large-files
9
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
10
- rev: '3.4.0'
+ rev: '3.4.1'
11
hooks:
12
- id: editorconfig-checker
13
alias: ec
@@ -21,11 +21,11 @@ repos:
21
- id: isort
22
name: isort (python)
23
- repo: https://github.com/psf/black-pre-commit-mirror
24
- rev: 25.9.0
+ rev: 25.11.0
25
26
- id: black
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v3.21.0
+ rev: v3.21.1
29
30
- id: pyupgrade
31
args: [--py39-plus]
0 commit comments