Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit fc2ef6a

Browse files
authored
Auto-update pre-commit hooks
1 parent 6214d0c commit fc2ef6a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/myint/autoflake
14-
rev: v2.0.1
14+
rev: v2.1.1
1515
hooks:
1616
- id: autoflake
1717
- repo: https://github.com/psf/black
18-
rev: 22.12.0
18+
rev: 23.3.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/blacken-docs
@@ -49,7 +49,7 @@ repos:
4949
- id: rst-directive-colons
5050
- id: rst-inline-touching-normal
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v0.991
52+
rev: v1.2.0
5353
hooks:
5454
- id: mypy
5555
files: ^src/
@@ -58,13 +58,13 @@ repos:
5858
- types-pkg_resources==0.1.2
5959
- types-paramiko
6060
- repo: https://github.com/codespell-project/codespell
61-
rev: v2.2.2
61+
rev: v2.2.4
6262
hooks:
6363
- id: codespell
6464
stages: [commit, commit-msg]
6565
args: [--ignore-words-list, 'titel,statics,ba,nd,te']
6666
- repo: https://github.com/asottile/pyupgrade
67-
rev: v3.3.1
67+
rev: v3.3.2
6868
hooks:
6969
- id: pyupgrade
7070
args: [--py38-plus]

0 commit comments

Comments
 (0)