WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit aa9bae9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort.git: 5.13.2 → 6.0.1](https://github.com/PyCQA/isort.git/compare/5.13.2...6.0.1) - [github.com/python-jsonschema/check-jsonschema.git: 0.29.1 → 0.32.1](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.29.1...0.32.1) - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/codespell-project/codespell.git: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell.git/compare/v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0) - [github.com/PyCQA/flake8.git: 7.1.1 → 7.2.0](https://github.com/PyCQA/flake8.git/compare/7.1.1...7.2.0) - [github.com/PyCQA/flake8.git: 7.1.1 → 7.2.0](https://github.com/PyCQA/flake8.git/compare/7.1.1...7.2.0) - [github.com/pre-commit/mirrors-mypy.git: v1.11.2 → v1.15.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.2...v1.15.0) - [github.com/PyCQA/pylint.git: v3.2.6 → v3.3.6](https://github.com/PyCQA/pylint.git/compare/v3.2.6...v3.3.6)
1 parent 09b5e5c commit aa9bae9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: add-trailing-comma
1313

1414
- repo: https://github.com/PyCQA/isort.git
15-
rev: 5.13.2
15+
rev: 6.0.1
1616
hooks:
1717
- id: isort
1818
args:
@@ -24,7 +24,7 @@ repos:
2424
- id: remove-tabs
2525

2626
- repo: https://github.com/python-jsonschema/check-jsonschema.git
27-
rev: 0.29.1
27+
rev: 0.32.1
2828
hooks:
2929
- id: check-github-workflows
3030
files: ^\.github/workflows/[^/]+$
@@ -47,7 +47,7 @@ repos:
4747
files: README.rst
4848

4949
- repo: https://github.com/pre-commit/pre-commit-hooks.git
50-
rev: v4.6.0
50+
rev: v5.0.0
5151
hooks:
5252
# Side-effects:
5353
- id: trailing-whitespace
@@ -78,12 +78,12 @@ repos:
7878
- id: pydocstyle
7979

8080
- repo: https://github.com/codespell-project/codespell.git
81-
rev: v2.3.0
81+
rev: v2.4.1
8282
hooks:
8383
- id: codespell
8484

8585
- repo: https://github.com/adrienverge/yamllint.git
86-
rev: v1.35.1
86+
rev: v1.37.0
8787
hooks:
8888
- id: yamllint
8989
types:
@@ -93,7 +93,7 @@ repos:
9393
- --strict
9494

9595
- repo: https://github.com/PyCQA/flake8.git
96-
rev: 7.1.1
96+
rev: 7.2.0
9797
hooks:
9898
- id: flake8
9999
alias: flake8-no-wps
@@ -112,7 +112,7 @@ repos:
112112
language_version: python3
113113

114114
- repo: https://github.com/PyCQA/flake8.git
115-
rev: 7.1.1
115+
rev: 7.2.0
116116
hooks:
117117
- id: flake8
118118
alias: flake8-only-wps
@@ -125,7 +125,7 @@ repos:
125125
language_version: python3.11 # flake8-commas doesn't work w/ Python 3.12
126126

127127
- repo: https://github.com/pre-commit/mirrors-mypy.git
128-
rev: v1.11.2
128+
rev: v1.15.0
129129
hooks:
130130
- id: mypy
131131
alias: mypy-py313
@@ -209,7 +209,7 @@ repos:
209209
pass_filenames: false
210210

211211
- repo: https://github.com/PyCQA/pylint.git
212-
rev: v3.2.6
212+
rev: v3.3.6
213213
hooks:
214214
- id: pylint
215215
additional_dependencies:

0 commit comments

Comments
 (0)