Skip to content

Commit 8c26526

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.44.0](igorshubovych/markdownlint-cli@v0.32.2...v0.44.0) - [github.com/adrienverge/yamllint: v1.28.0 → v1.35.1](adrienverge/yamllint@v1.28.0...v1.35.1) - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.31.3](python-jsonschema/check-jsonschema@0.19.2...0.31.3) - [github.com/asottile/pyupgrade: v3.2.2 → v3.19.1](asottile/pyupgrade@v3.2.2...v3.19.1) - [github.com/psf/black: 22.10.0 → 25.1.0](psf/black@22.10.0...25.1.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.19.1](adamchainz/blacken-docs@v1.12.1...1.19.1) - [github.com/PyCQA/isort: 5.10.1 → 6.0.1](PyCQA/isort@5.10.1...6.0.1) - [github.com/PyCQA/flake8: 5.0.4 → 7.1.2](PyCQA/flake8@5.0.4...7.1.2) - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
1 parent 96eb7e3 commit 8c26526

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
pass_filenames: false
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.3.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
args: [--markdown-linebreak-ext=md]
@@ -26,18 +26,18 @@ repos:
2626
args: [--pytest-test-first]
2727

2828
- repo: https://github.com/igorshubovych/markdownlint-cli
29-
rev: v0.32.2
29+
rev: v0.44.0
3030
hooks:
3131
- id: markdownlint
3232
args: [--disable, MD013]
3333

3434
- repo: https://github.com/adrienverge/yamllint
35-
rev: v1.28.0
35+
rev: v1.35.1
3636
hooks:
3737
- id: yamllint
3838

3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.19.2
40+
rev: 0.31.3
4141
hooks:
4242
- id: check-jsonschema
4343
name: Validate color map json files with json schema
@@ -46,18 +46,18 @@ repos:
4646
args: ["--schemafile", "style/colors/themes/validate.json"]
4747

4848
- repo: https://github.com/asottile/pyupgrade
49-
rev: v3.2.2
49+
rev: v3.19.1
5050
hooks:
5151
- id: pyupgrade
5252
args: [--py37-plus]
5353

5454
- repo: https://github.com/psf/black
55-
rev: 22.10.0
55+
rev: 25.1.0
5656
hooks:
5757
- id: black
5858

5959
- repo: https://github.com/asottile/blacken-docs
60-
rev: v1.12.1
60+
rev: 1.19.1
6161
hooks:
6262
- id: blacken-docs
6363
additional_dependencies: [black]
@@ -68,12 +68,12 @@ repos:
6868
- id: absolufy-imports
6969

7070
- repo: https://github.com/PyCQA/isort
71-
rev: 5.10.1
71+
rev: 6.0.1
7272
hooks:
7373
- id: isort
7474

7575
- repo: https://github.com/PyCQA/flake8
76-
rev: 5.0.4
76+
rev: 7.1.2
7777
hooks:
7878
- id: flake8
7979
additional_dependencies: &flake8_dependencies
@@ -91,13 +91,13 @@ repos:
9191
- pep8-naming
9292

9393
- repo: https://github.com/asottile/yesqa
94-
rev: v1.4.0
94+
rev: v1.5.0
9595
hooks:
9696
- id: yesqa
9797
additional_dependencies: *flake8_dependencies
9898

9999
- repo: https://github.com/pre-commit/pygrep-hooks
100-
rev: v1.9.0
100+
rev: v1.10.0
101101
hooks:
102102
- id: rst-backticks
103103
- id: rst-directive-colons

0 commit comments

Comments
 (0)