Skip to content

Commit b6ac1fa

Browse files
authored
Infra: Update precommit to fix Poetry (#2994)
1 parent 4224fa7 commit b6ac1fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default_stages: [commit]
1212
repos:
1313
# General file checks and fixers
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.3.0
15+
rev: v4.4.0
1616
hooks:
1717
- id: mixed-line-ending
1818
name: "Normalize mixed line endings"
@@ -43,7 +43,7 @@ repos:
4343
name: "Check YAML"
4444

4545
- repo: https://github.com/psf/black
46-
rev: 22.10.0
46+
rev: 22.12.0
4747
hooks:
4848
- id: black
4949
name: "Format with Black"
@@ -53,29 +53,29 @@ repos:
5353
files: 'pep_sphinx_extensions/tests/.*'
5454

5555
- repo: https://github.com/PyCQA/isort
56-
rev: 5.10.1
56+
rev: 5.12.0
5757
hooks:
5858
- id: isort
5959
name: "Sort imports with isort"
6060
args: ['--profile=black', '--atomic']
6161
files: 'pep_sphinx_extensions/tests/.*'
6262

6363
- repo: https://github.com/tox-dev/tox-ini-fmt
64-
rev: 0.5.2
64+
rev: 0.6.1
6565
hooks:
6666
- id: tox-ini-fmt
6767
name: "Format tox.ini"
6868

6969
- repo: https://github.com/sphinx-contrib/sphinx-lint
70-
rev: v0.6.6
70+
rev: v0.6.7
7171
hooks:
7272
- id: sphinx-lint
7373
name: "Sphinx lint"
7474
args: ["--disable=trailing-whitespace"]
7575

7676
# RST checks
7777
- repo: https://github.com/pre-commit/pygrep-hooks
78-
rev: v1.9.0
78+
rev: v1.10.0
7979
hooks:
8080
- id: rst-backticks
8181
name: "Check RST: No single backticks"
@@ -92,7 +92,7 @@ repos:
9292

9393
# Manual codespell check
9494
- repo: https://github.com/codespell-project/codespell
95-
rev: v2.2.1
95+
rev: v2.2.2
9696
hooks:
9797
- id: codespell
9898
name: "Check for common misspellings in text files"

0 commit comments

Comments
 (0)