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 12148e1 commit c96ce2bCopy full SHA for c96ce2b
1 file changed
.pre-commit-config.yaml
@@ -1,26 +1,26 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.5.0
4
hooks:
5
- id: trailing-whitespace
6
args: [--markdown-linebreak-ext=md]
7
- id: end-of-file-fixer
8
- id: debug-statements
9
- repo: https://github.com/psf/black
10
- rev: "23.7.0"
+ rev: "23.11.0"
11
12
- id: black
13
- repo: https://github.com/pre-commit/mirrors-mypy
14
- rev: 'v1.5.1'
+ rev: 'v1.7.1'
15
16
- id: mypy
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: 'v0.0.287'
+ rev: 'v0.1.6'
19
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix]
22
- repo: https://github.com/netromdk/vermin
23
- rev: v1.5.2
+ rev: v1.6.0
24
25
- id: vermin
26
args: ['-t=3.8-', '--violations']
0 commit comments