Skip to content

Commit 22b8636

Browse files
pre-commit-ci[bot]WhyNotHugo
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.3.0](pre-commit/mirrors-mypy@v1.0.0...v1.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.246 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.246...v0.0.272)
1 parent 486028c commit 22b8636

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ repos:
77
- id: end-of-file-fixer
88
- id: debug-statements
99
- repo: https://github.com/psf/black
10-
rev: "23.1.0"
10+
rev: "23.3.0"
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: 'v1.0.0'
14+
rev: 'v1.3.0'
1515
hooks:
1616
- id: mypy
1717
- repo: https://github.com/charliermarsh/ruff-pre-commit
18-
rev: 'v0.0.246'
18+
rev: 'v0.0.272'
1919
hooks:
2020
- id: ruff

0 commit comments

Comments
 (0)