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 e4ed0c1 commit e948a05Copy full SHA for e948a05
.pre-commit-config.yaml
@@ -5,22 +5,22 @@ repos:
5
- id: black
6
args: [--target-version=py38]
7
- repo: https://github.com/PyCQA/isort
8
- rev: 6.0.0
+ rev: 6.0.1
9
hooks:
10
- id: isort
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v3.19.1
+ rev: v3.20.0
13
14
- id: pyupgrade
15
args: [--py38-plus]
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 7.1.2
+ rev: 7.2.0
18
19
- id: flake8
20
additional_dependencies:
21
- flake8-pytest-style
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: v1.15.0
+ rev: v1.16.0
24
25
- id: mypy
26
# Avoid error: Duplicate module named 'setup'
0 commit comments