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 df06a52 commit a3d26fbCopy full SHA for a3d26fb
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v4.4.0
4
hooks:
5
- id: check-merge-conflict
6
- id: check-toml
@@ -11,18 +11,18 @@ repos:
11
args: [--markdown-linebreak-ext=md]
12
13
- repo: https://github.com/pre-commit/pygrep-hooks
14
- rev: v1.9.0
+ rev: v1.10.0
15
16
- id: python-check-blanket-noqa
17
18
- repo: https://github.com/pycqa/isort
19
- rev: 5.10.1
+ rev: 5.12.0
20
21
- id: isort
22
name: isort (python)
23
24
- repo: https://github.com/python-poetry/poetry
25
- rev: '1.2.2'
+ rev: 1.4.1
26
27
- id: poetry-check
28
- id: poetry-export
0 commit comments