Skip to content

Commit 6e6dc17

Browse files
committed
Upgrade pre-commit hooks
1 parent af47572 commit 6e6dc17

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ repos:
2020
- id: trailing-whitespace
2121
- id: detect-private-key
2222
- repo: https://github.com/Lucas-C/pre-commit-hooks
23-
rev: v1.4.2
23+
rev: v1.5.1
2424
hooks:
2525
- id: remove-tabs
2626
- repo: https://github.com/codespell-project/codespell
27-
rev: v2.2.4
27+
rev: v2.2.5
2828
hooks:
2929
- id: codespell
3030
args: [-w]
3131
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
32-
rev: v2.8.0
32+
rev: v2.10.0
3333
hooks:
3434
- id: pretty-format-yaml
3535
args: [--autofix, --indent, '2']
@@ -45,26 +45,26 @@ repos:
4545
- id: python-no-eval
4646
- id: text-unicode-replacement-char
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.3.1
48+
rev: v3.9.0
4949
hooks:
5050
- id: pyupgrade
5151
args: [--py37-plus]
5252
- repo: https://github.com/psf/black
53-
rev: 23.1.0
53+
rev: 23.7.0
5454
hooks:
5555
- id: black
5656
language_version: python3
5757
- repo: https://github.com/asottile/blacken-docs
58-
rev: 1.13.0
58+
rev: 1.15.0
5959
hooks:
6060
- id: blacken-docs
6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.1.1
62+
rev: v1.4.1
6363
hooks:
6464
- id: mypy
6565
additional_dependencies: [types-six, types-toml]
6666
- repo: https://github.com/pycqa/flake8
67-
rev: 6.0.0
67+
rev: 6.1.0
6868
hooks:
6969
- id: flake8
7070
- repo: https://github.com/PyCQA/bandit

0 commit comments

Comments
 (0)