We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec657c4 commit ecf96fbCopy full SHA for ecf96fb
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_schedule: monthly
3
repos:
4
- repo: https://github.com/asottile/pyupgrade
5
- rev: v3.14.0
+ rev: v3.15.0
6
hooks:
7
- id: pyupgrade
8
args: ["--py38-plus"]
@@ -13,7 +13,7 @@ repos:
13
files: "^(?!examples/)"
14
args: ["--py38-plus", "--application-directories", "src"]
15
- repo: https://github.com/psf/black
16
- rev: 23.9.1
+ rev: 23.11.0
17
18
- id: black
19
args: ["--target-version", "py38"]
@@ -25,7 +25,7 @@ repos:
25
- flake8-bugbear
26
- flake8-implicit-str-concat
27
- repo: https://github.com/pre-commit/pre-commit-hooks
28
- rev: v4.4.0
+ rev: v4.5.0
29
30
- id: fix-byte-order-marker
31
- id: trailing-whitespace
0 commit comments