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

Commit 34b6385

Browse files
authored
pre-commit autoupdate (#20)
1 parent e98923e commit 34b6385

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: requirements-txt-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.8.0
25+
rev: v3.10.1
2626
hooks:
2727
- id: pyupgrade
2828
args:
@@ -42,7 +42,7 @@ repos:
4242
- src
4343
pass_filenames: false
4444
- repo: https://github.com/psf/black
45-
rev: 23.3.0
45+
rev: 23.7.0
4646
hooks:
4747
- id: black
4848
args:
@@ -61,14 +61,14 @@ repos:
6161
- src
6262
pass_filenames: false
6363
- repo: https://github.com/pycqa/flake8
64-
rev: 6.0.0
64+
rev: 6.1.0
6565
hooks:
6666
- id: flake8
6767
args:
6868
- src
6969
pass_filenames: false
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: v1.4.1
71+
rev: v1.5.1
7272
hooks:
7373
- id: mypy
7474
additional_dependencies:
@@ -77,7 +77,7 @@ repos:
7777
stages:
7878
- manual
7979
- repo: https://github.com/PyCQA/pylint
80-
rev: v3.0.0a6
80+
rev: v3.0.0a7
8181
hooks:
8282
- id: pylint
8383
args:
@@ -88,26 +88,26 @@ repos:
8888
stages:
8989
- manual
9090
- repo: https://github.com/RobertCraigie/pyright-python
91-
rev: v1.1.316
91+
rev: v1.1.323
9292
hooks:
9393
- id: pyright
9494
pass_filenames: false
9595
stages:
9696
- manual
9797
- repo: https://github.com/charliermarsh/ruff-pre-commit
98-
rev: v0.0.277
98+
rev: v0.0.284
9999
hooks:
100100
- id: ruff
101101
args:
102102
- src
103103
pass_filenames: false
104104
- repo: https://github.com/jendrikseipp/vulture
105-
rev: v2.7
105+
rev: v2.8
106106
hooks:
107107
- id: vulture
108108
pass_filenames: false
109109
- repo: https://github.com/PyCQA/docformatter
110-
rev: v1.7.3
110+
rev: v1.7.5
111111
hooks:
112112
- id: docformatter
113113
additional_dependencies:
@@ -117,7 +117,7 @@ repos:
117117
- src
118118
pass_filenames: false
119119
- repo: https://github.com/adamchainz/blacken-docs
120-
rev: "1.14.0"
120+
rev: "1.16.0"
121121
hooks:
122122
- id: blacken-docs
123123
args:
@@ -142,7 +142,7 @@ repos:
142142
- src
143143
pass_filenames: false
144144
- repo: https://github.com/tox-dev/pyproject-fmt
145-
rev: 0.13.0
145+
rev: 0.13.1
146146
hooks:
147147
- id: pyproject-fmt
148148
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)