Skip to content

Commit d04c4e5

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.10.1 → v3.15.0](asottile/pyupgrade@v3.10.1...v3.15.0) - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.7.0](pre-commit/mirrors-mypy@v1.5.1...v1.7.0)
1 parent b40aae9 commit d04c4e5

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
@@ -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
@@ -21,7 +21,7 @@ repos:
2121
- id: check-docstring-first
2222
- id: check-toml
2323
- repo: https://github.com/DavidAnson/markdownlint-cli2
24-
rev: v0.8.1
24+
rev: v0.10.0
2525
hooks:
2626
- id: markdownlint-cli2-fix
2727
name: markdownlint-cli2-fix (in place fixes)
@@ -32,7 +32,7 @@ repos:
3232
args: [--notice=COPYRIGHT]
3333
files: python
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.10.1
35+
rev: v3.15.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py38-plus]
@@ -64,7 +64,7 @@ repos:
6464
hooks:
6565
- id: yesqa
6666
- repo: https://github.com/psf/black
67-
rev: 23.9.1
67+
rev: 23.11.0
6868
hooks:
6969
- id: black
7070
name: black (in place fixes)
@@ -99,6 +99,6 @@ repos:
9999
language: python
100100
types: [python]
101101
- repo: https://github.com/pre-commit/mirrors-mypy
102-
rev: v1.5.1
102+
rev: v1.7.0
103103
hooks:
104104
- id: mypy

0 commit comments

Comments
 (0)