Skip to content

Commit f905276

Browse files
authored
Merge pull request #44 from haplo/pre-commit-autoupdate
pre-commit autoupdate
2 parents 5611249 + f8ad29d commit f905276

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.10.1
3+
rev: 5.12.0
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 22.3.0
7+
rev: 23.3.0
88
hooks:
99
- id: black
1010
exclude: fixtures
1111
args: [--check, --config=pyproject.toml]
12-
- repo: https://gitlab.com/pycqa/flake8
13-
rev: 3.9.2
12+
- repo: https://github.com/PyCQA/flake8
13+
rev: 6.0.0
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v0.942
17+
rev: v1.3.0
1818
hooks:
1919
- id: mypy
2020
additional_dependencies: [black, types-pkg_resources, types-setuptools, types-toml]
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.1.0
22+
rev: v4.4.0
2323
hooks:
2424
- id: check-merge-conflict
2525
- id: debug-statements

0 commit comments

Comments
 (0)