Skip to content

Commit 47e240c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/DavidAnson/markdownlint-cli2: v0.8.1 → v0.10.0](DavidAnson/markdownlint-cli2@v0.8.1...v0.10.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.15.0](asottile/pyupgrade@v3.9.0...v3.15.0) - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1) - [github.com/psf/black: 23.7.0 → 23.10.1](psf/black@23.7.0...23.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.6.1](pre-commit/mirrors-mypy@v1.4.1...v1.6.1)
1 parent 55f5fef commit 47e240c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v4.5.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
@@ -27,7 +27,7 @@ repos:
2727
# - id: name-tests-test
2828
- id: check-toml
2929
- repo: https://github.com/DavidAnson/markdownlint-cli2
30-
rev: v0.8.1
30+
rev: v0.10.0
3131
hooks:
3232
- id: markdownlint-cli2-fix
3333
name: markdownlint-cli2-fix (in place fixes)
@@ -38,13 +38,13 @@ repos:
3838
args: [--notice=COPYRIGHT]
3939
files: python
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.9.0
41+
rev: v3.15.0
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py38-plus]
4545
# exclude: *fixtures
4646
- repo: https://github.com/PyCQA/autoflake
47-
rev: v2.2.0
47+
rev: v2.2.1
4848
hooks:
4949
- id: autoflake
5050
args:
@@ -70,7 +70,7 @@ repos:
7070
hooks:
7171
- id: yesqa
7272
- repo: https://github.com/psf/black
73-
rev: 23.7.0
73+
rev: 23.10.1
7474
hooks:
7575
- id: black
7676
name: black (in place fixes)
@@ -81,7 +81,7 @@ repos:
8181
# https://pre-commit.com/#top_level-default_language_version
8282
# language_version: python3.11
8383
- repo: https://github.com/PyCQA/flake8
84-
rev: 6.0.0
84+
rev: 6.1.0
8585
hooks:
8686
- id: flake8
8787
additional_dependencies: [Flake8-pyproject]
@@ -92,6 +92,6 @@ repos:
9292
# disable B101 (Test for use of assert)
9393
args: ["-s", "B101"]
9494
- repo: https://github.com/pre-commit/mirrors-mypy
95-
rev: v1.4.1
95+
rev: v1.6.1
9696
hooks:
9797
- id: mypy

0 commit comments

Comments
 (0)