We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac4ff1 commit 56a9573Copy full SHA for 56a9573
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: setup-cfg-fmt
13
14
- repo: https://github.com/psf/black
15
- rev: 23.3.0
+ rev: 23.7.0
16
hooks:
17
- id: black
18
@@ -27,9 +27,9 @@ repos:
27
- id: mypy
28
additional_dependencies: [numpy, matplotlib]
29
30
- - repo: https://github.com/charliermarsh/ruff-pre-commit
+ - repo: https://github.com/astral-sh/ruff-pre-commit
31
# Ruff version.
32
- rev: 'v0.0.276'
+ rev: 'v0.0.280'
33
34
- id: ruff
35
0 commit comments