Skip to content

Commit 26fd881

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.280](astral-sh/ruff-pre-commit@v0.0.275...v0.0.280)
1 parent 34e514a commit 26fd881

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
@@ -7,15 +7,15 @@ repos:
77
- id: end-of-file-fixer
88
- id: debug-statements
99
- repo: https://github.com/psf/black
10-
rev: "23.3.0"
10+
rev: "23.7.0"
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/mirrors-mypy
1414
rev: 'v1.4.1'
1515
hooks:
1616
- id: mypy
17-
- repo: https://github.com/charliermarsh/ruff-pre-commit
18-
rev: 'v0.0.275'
17+
- repo: https://github.com/astral-sh/ruff-pre-commit
18+
rev: 'v0.0.280'
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)