Skip to content

Commit a02f53f

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)
1 parent 6e5c54c commit a02f53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.*]

0 commit comments

Comments
 (0)