Skip to content

Commit 1d62003

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.278](astral-sh/ruff-pre-commit@v0.0.276...v0.0.278)
1 parent 18f760d commit 1d62003

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,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.278'
3333
hooks:
3434
- id: ruff
3535

0 commit comments

Comments
 (0)