Skip to content

Commit e7160cc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.1](asottile/pyupgrade@v3.18.0...v3.19.1) - [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent 6e5c54c commit e7160cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.18.0
21+
rev: v3.19.1
2222
hooks:
2323
- id: pyupgrade
2424
args: ['--py38-plus']
@@ -45,7 +45,7 @@ repos:
4545
language_version: python3
4646

4747
- repo: https://github.com/adamchainz/blacken-docs
48-
rev: 1.19.0
48+
rev: 1.19.1
4949
hooks:
5050
- id: blacken-docs
5151
additional_dependencies: [black==23.*]
@@ -57,6 +57,6 @@ repos:
5757
additional_dependencies: [flake8-bugbear]
5858

5959
- repo: https://github.com/codespell-project/codespell
60-
rev: v2.3.0
60+
rev: v2.4.0
6161
hooks:
6262
- id: codespell

0 commit comments

Comments
 (0)