We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66a316 commit ba1ca64Copy full SHA for ba1ca64
.pre-commit-config.yaml
@@ -4,20 +4,20 @@ ci:
4
# https://pre-commit.com/
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.6.0
+ rev: v5.0.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
11
- id: check-docstring-first
12
- id: check-yaml
13
- id: check-toml
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.6.8
+ rev: v0.6.9
16
17
- id: ruff
18
args: [--fix]
19
- repo: https://github.com/psf/black-pre-commit-mirror
20
- rev: 24.8.0
+ rev: 24.10.0
21
22
- id: black-jupyter
23
- repo: https://github.com/keewis/blackdoc
0 commit comments