Skip to content

Commit d2b03fc

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.11.0](DavidAnson/markdownlint-cli2@v0.8.1...v0.11.0) - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1) - [github.com/asottile/pyupgrade: v3.9.0 → v3.15.0](asottile/pyupgrade@v3.9.0...v3.15.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/psf/black: 23.7.0 → 23.11.0](psf/black@23.7.0...23.11.0) - [github.com/PyCQA/pylint: v3.0.0a6 → v3.0.1](pylint-dev/pylint@v3.0.0a6...v3.0.1) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.7.1](pre-commit/mirrors-mypy@v1.4.1...v1.7.1)
1 parent 0ed63c4 commit d2b03fc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
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
@@ -29,7 +29,7 @@ repos:
2929
# - id: name-tests-test
3030
- id: check-toml
3131
- repo: https://github.com/DavidAnson/markdownlint-cli2
32-
rev: v0.8.1
32+
rev: v0.11.0
3333
hooks:
3434
- id: markdownlint-cli2-fix
3535
name: markdownlint-cli2-fix (in place fixes)
@@ -40,7 +40,7 @@ repos:
4040
args: [--notice=COPYRIGHT]
4141
files: python
4242
- repo: https://github.com/PyCQA/autoflake
43-
rev: v2.2.0
43+
rev: v2.2.1
4444
hooks:
4545
- id: autoflake
4646
args:
@@ -54,7 +54,7 @@ repos:
5454
language: python
5555
types: [python]
5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.9.0
57+
rev: v3.15.0
5858
hooks:
5959
- id: pyupgrade
6060
args: [--py38-plus]
@@ -97,13 +97,13 @@ repos:
9797
language: python
9898
types: [python]
9999
- repo: https://github.com/PyCQA/flake8
100-
rev: 6.0.0
100+
rev: 6.1.0
101101
hooks:
102102
- id: flake8
103103
language: python
104104
types: [python]
105105
- repo: https://github.com/psf/black
106-
rev: 23.7.0
106+
rev: 23.11.0
107107
hooks:
108108
- id: black
109109
name: black (in place fixes)
@@ -138,7 +138,7 @@ repos:
138138
language: python
139139
types: [python]
140140
- repo: https://github.com/PyCQA/pylint
141-
rev: v3.0.0a6
141+
rev: v3.0.1
142142
hooks:
143143
- id: pylint
144144
args: [
@@ -147,7 +147,7 @@ repos:
147147
language: python
148148
types: [python]
149149
- repo: https://github.com/pre-commit/mirrors-mypy
150-
rev: v1.4.1
150+
rev: v1.7.1
151151
hooks:
152152
- id: mypy
153153
language: python

0 commit comments

Comments
 (0)