Skip to content

Commit 56a9573

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.276 → v0.0.280](astral-sh/ruff-pre-commit@v0.0.276...v0.0.280)
1 parent 9ac4ff1 commit 56a9573

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: setup-cfg-fmt
1313

1414
- repo: https://github.com/psf/black
15-
rev: 23.3.0
15+
rev: 23.7.0
1616
hooks:
1717
- id: black
1818

@@ -27,9 +27,9 @@ repos:
2727
- id: mypy
2828
additional_dependencies: [numpy, matplotlib]
2929

30-
- repo: https://github.com/charliermarsh/ruff-pre-commit
30+
- repo: https://github.com/astral-sh/ruff-pre-commit
3131
# Ruff version.
32-
rev: 'v0.0.276'
32+
rev: 'v0.0.280'
3333
hooks:
3434
- id: ruff
3535

0 commit comments

Comments
 (0)