Skip to content

Commit 492487e

Browse files
[pre-commit.ci] pre-commit autoupdate (#44)
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/rhysd/actionlint: v1.7.6 → v1.7.7](rhysd/actionlint@v1.7.6...v1.7.7) - [github.com/sirosen/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1e654b3 commit 492487e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ repos:
99
hooks:
1010
- id: yesqa
1111
- repo: https://github.com/PyCQA/isort
12-
rev: '5.13.2'
12+
rev: '6.0.0'
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: '24.10.0'
16+
rev: '25.1.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
@@ -36,12 +36,12 @@ repos:
3636
- id: pyupgrade
3737
args: ['--py36-plus']
3838
- repo: https://github.com/PyCQA/flake8
39-
rev: '7.1.1'
39+
rev: '7.1.2'
4040
hooks:
4141
- id: flake8
4242
exclude: "^docs/"
4343
- repo: https://github.com/rhysd/actionlint
44-
rev: v1.7.6
44+
rev: v1.7.7
4545
hooks:
4646
- id: actionlint-docker
4747
args:
@@ -52,7 +52,7 @@ repos:
5252
- -ignore
5353
- 'SC1004:'
5454
- repo: https://github.com/sirosen/check-jsonschema
55-
rev: 0.31.0
55+
rev: 0.31.1
5656
hooks:
5757
- id: check-github-actions
5858
ci:

0 commit comments

Comments
 (0)