Skip to content

Commit b3f11a8

Browse files
authored
Merge pull request #186 from matplotlib/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9ac4ff1 + 56a9573 commit b3f11a8

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)