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 40694cf commit a44bcbcCopy full SHA for a44bcbc
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ ci:
5
exclude: '(.*\.(css|js|svg))|(.*_generated.*)$'
6
repos:
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: 'v0.1.6'
+ rev: 'v0.1.9'
9
hooks:
10
- id: ruff
11
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
12
- repo: https://github.com/psf/black
13
- rev: 23.11.0
+ rev: 23.12.1
14
15
- id: black-jupyter
16
files: '(src|tests|docs|examples|typings)/'
@@ -20,7 +20,7 @@ repos:
20
- id: trailing-whitespace
21
- id: end-of-file-fixer
22
- repo: https://github.com/pdm-project/pdm
23
- rev: 2.10.4
+ rev: 2.11.1
24
25
- id: pdm-lock-check
26
- repo: https://github.com/bufbuild/buf
0 commit comments