Skip to content

Commit 6eac991

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.33.0](igorshubovych/markdownlint-cli@v0.32.2...v0.33.0) - [github.com/adrienverge/yamllint: v1.28.0 → v1.30.0](adrienverge/yamllint@v1.28.0...v1.30.0) - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.22.0](python-jsonschema/check-jsonschema@0.19.2...0.22.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1) - [github.com/psf/black: 22.10.0 → 23.3.0](psf/black@22.10.0...23.3.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.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 6eac991

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 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: v4.4.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.33.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.30.0
3636
hooks:
3737
- id: yamllint
3838

3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.19.2
40+
rev: 0.22.0
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.3.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: 23.3.0
5656
hooks:
5757
- id: black
5858

5959
- repo: https://github.com/asottile/blacken-docs
60-
rev: v1.12.1
60+
rev: 1.13.0
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: 5.12.0
7272
hooks:
7373
- id: isort
7474

7575
- repo: https://github.com/PyCQA/flake8
76-
rev: 5.0.4
76+
rev: 6.0.0
7777
hooks:
7878
- id: flake8
7979
additional_dependencies: &flake8_dependencies
@@ -97,7 +97,7 @@ repos:
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)