Skip to content

Commit 77cdd10

Browse files
[pre-commit.ci] pre-commit autoupdate (#32)
updates: - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) - [github.com/charliermarsh/ruff-pre-commit: v0.0.158 → v0.0.176](astral-sh/ruff-pre-commit@v0.0.158...v0.0.176) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3aba418 commit 77cdd10

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
@@ -12,19 +12,19 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.3.0
15+
rev: v3.3.1
1616
hooks:
1717
- id: pyupgrade
1818
args:
1919
- --py3-plus
2020
- --keep-runtime-typing
2121
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: v0.0.158
22+
rev: v0.0.176
2323
hooks:
2424
- id: ruff
2525
args:
2626
- --fix
2727
- repo: https://github.com/psf/black
28-
rev: 22.10.0
28+
rev: 22.12.0
2929
hooks:
3030
- id: black

0 commit comments

Comments
 (0)