Skip to content

Commit 6fb2091

Browse files
[pre-commit.ci] pre-commit autoupdate (#78)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7a63923 commit 6fb2091

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: pyupgrade
2323
args: ["--py37-plus"]
2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.11.4
25+
rev: 5.12.0
2626
hooks:
2727
- id: isort
2828
- repo: https://github.com/psf/black
@@ -31,16 +31,16 @@ repos:
3131
- id: black
3232
args: [--safe]
3333
- repo: https://github.com/asottile/blacken-docs
34-
rev: v1.12.1
34+
rev: 1.13.0
3535
hooks:
3636
- id: blacken-docs
3737
additional_dependencies: [black==22.12]
3838
- repo: https://github.com/pre-commit/pygrep-hooks
39-
rev: v1.9.0
39+
rev: v1.10.0
4040
hooks:
4141
- id: rst-backticks
4242
- repo: https://github.com/tox-dev/tox-ini-fmt
43-
rev: "0.5.2"
43+
rev: "0.6.1"
4444
hooks:
4545
- id: tox-ini-fmt
4646
args: ["-p", "fix"]
@@ -58,15 +58,15 @@ repos:
5858
- pep8-naming==0.13.3
5959
- flake8-pyproject==1.2.2
6060
- repo: https://github.com/pre-commit/mirrors-prettier
61-
rev: "v2.7.1"
61+
rev: "v3.0.0-alpha.4"
6262
hooks:
6363
- id: prettier
6464
additional_dependencies:
6565
6666
- "@prettier/[email protected]"
6767
args: ["--print-width=120", "--prose-wrap=always"]
6868
- repo: https://github.com/igorshubovych/markdownlint-cli
69-
rev: v0.32.2
69+
rev: v0.33.0
7070
hooks:
7171
- id: markdownlint
7272
- repo: meta

0 commit comments

Comments
 (0)