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 87fa87a commit 8c45cb8Copy full SHA for 8c45cb8
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3.8
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v4.6.0
6
hooks:
7
- id: check-ast
8
types: [file, python]
@@ -18,7 +18,7 @@ repos:
18
- id: end-of-file-fixer
19
- id: trailing-whitespace
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.15.2
+ rev: v3.16.0
22
23
- id: pyupgrade
24
args: ["--py38-plus"]
@@ -35,7 +35,7 @@ repos:
35
- id: black
36
37
- repo: https://github.com/igorshubovych/markdownlint-cli
38
- rev: v0.40.0
+ rev: v0.41.0
39
40
- id: markdownlint
41
types: [file, markdown]
0 commit comments