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 3b5b416 commit 654f832Copy full SHA for 654f832
.pre-commit-config.yaml
@@ -4,16 +4,16 @@ ci:
4
5
repos:
6
- repo: https://github.com/psf/black
7
- rev: 23.9.1
+ rev: 23.10.1
8
hooks:
9
- id: black-jupyter
10
- repo: https://github.com/asottile/pyupgrade
11
- rev: v3.14.0
+ rev: v3.15.0
12
13
- id: pyupgrade
14
args: [--py38-plus]
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.4.0 # Use the ref you want to point at
+ rev: v4.5.0 # Use the ref you want to point at
17
18
- id: trailing-whitespace
19
- id: check-toml
0 commit comments