Skip to content

Commit 47cd6bf

Browse files
Merge pull request #578 from pytest-dev/pre-commit-ci-update-config
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) - [github.com/asottile/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 parents 89178ed + 0e14210 commit 47cd6bf

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
@@ -15,7 +15,7 @@ repos:
1515
- id: check-yaml
1616
- id: debug-statements
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.18.0
18+
rev: v3.19.0
1919
hooks:
2020
- id: pyupgrade
2121
- repo: https://github.com/psf/black
@@ -25,7 +25,7 @@ repos:
2525
args: [--safe, --quiet]
2626
language_version: python3
2727
- repo: https://github.com/asottile/blacken-docs
28-
rev: 1.19.0
28+
rev: 1.19.1
2929
hooks:
3030
- id: blacken-docs
3131
additional_dependencies: [black==23.1.0]

0 commit comments

Comments
 (0)