Skip to content

Commit a9a496c

Browse files
github-actions[bot]MarcoGorellimroeschke
authored
⬆️ UPGRADE: Autoupdate pre-commit config (#47564)
Co-authored-by: MarcoGorelli <[email protected]> Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 7a29d4a commit a9a496c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
pass_filenames: true
1919
require_serial: false
2020
- repo: https://github.com/python/black
21-
rev: 22.3.0
21+
rev: 22.6.0
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/codespell-project/codespell
@@ -27,7 +27,7 @@ repos:
2727
- id: codespell
2828
types_or: [python, rst, markdown]
2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v4.2.0
30+
rev: v4.3.0
3131
hooks:
3232
- id: debug-statements
3333
- id: end-of-file-fixer
@@ -59,7 +59,7 @@ repos:
5959
hooks:
6060
- id: isort
6161
- repo: https://github.com/asottile/pyupgrade
62-
rev: v2.32.1
62+
rev: v2.34.0
6363
hooks:
6464
- id: pyupgrade
6565
args: [--py38-plus]
@@ -74,7 +74,7 @@ repos:
7474
types: [text] # overwrite types: [rst]
7575
types_or: [python, rst]
7676
- repo: https://github.com/sphinx-contrib/sphinx-lint
77-
rev: v0.6
77+
rev: v0.6.1
7878
hooks:
7979
- id: sphinx-lint
8080
- repo: https://github.com/asottile/yesqa

0 commit comments

Comments
 (0)