Skip to content

Commit 0e6db6f

Browse files
author
Maciej Rapacz
committed
Update pre-commit hooks
1 parent 3ddec33 commit 0e6db6f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/myint/docformatter
3-
rev: v1.7.1
3+
rev: v1.7.5
44
hooks:
55
- id: docformatter
66
args: ['--pre-summary-newline', '--wrap-summaries', '132', '--wrap-descriptions', '132', --in-place]
@@ -13,7 +13,7 @@ repos:
1313
exclude: '^(tests/|setup.py|ntgen/__main__.py)'
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.4.0
16+
rev: v4.5.0
1717
hooks:
1818
- id: check-json
1919
- id: pretty-format-json
@@ -25,32 +25,32 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/psf/black
28-
rev: 23.3.0
28+
rev: 24.2.0
2929
hooks:
3030
- id: black
3131
language_version: python3.8
3232
args: ['--line-length', '131']
3333

3434
- repo: https://github.com/asottile/reorder_python_imports
35-
rev: v3.9.0
35+
rev: v3.12.0
3636
hooks:
3737
- id: reorder-python-imports
3838
args: [--py38-plus]
3939

4040
- repo: https://github.com/pycqa/flake8
41-
rev: 6.0.0
41+
rev: 7.0.0
4242
hooks:
4343
- id: flake8
4444
args: [ '--ignore', 'E231', '--ignore', 'W503', '--max-line-length', '131' ]
4545

4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.4.0
47+
rev: v3.15.1
4848
hooks:
4949
- id: pyupgrade
5050
args: [--py38-plus]
5151

5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v1.3.0
53+
rev: v1.9.0
5454
hooks:
5555
- id: mypy
5656
exclude: '^tests/$'

0 commit comments

Comments
 (0)