Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit f5760e0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 17d48b1 commit f5760e0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555

5656
# pyupgrade - upgrade old syntax to new
5757
- repo: https://github.com/asottile/pyupgrade
58-
rev: b5a5b76d863fef36b709bd7481d1516f3d3808a7 # frozen: v2.38.2
58+
rev: b5a5b76d863fef36b709bd7481d1516f3d3808a7 # frozen: v2.38.2
5959
hooks:
6060
- id: pyupgrade
6161
args: ["--py37-plus"]
@@ -68,7 +68,7 @@ repos:
6868

6969
# black - python formatter
7070
- repo: https://github.com/psf/black
71-
rev: 2018e667a6a36ee3fbfa8041cd36512f92f60d49 # frozen: 22.8.0
71+
rev: 2018e667a6a36ee3fbfa8041cd36512f92f60d49 # frozen: 22.8.0
7272
hooks:
7373
- id: black
7474
args: ["--safe"]
@@ -86,7 +86,7 @@ repos:
8686

8787
# prettier - multi formatter
8888
- repo: https://github.com/pre-commit/mirrors-prettier
89-
rev: d0a4882e1c96eca274f90b273f0f809ab3d98aff # frozen: v3.0.0-alpha.0
89+
rev: d0a4882e1c96eca274f90b273f0f809ab3d98aff # frozen: v3.0.0-alpha.0
9090
hooks:
9191
- id: prettier
9292

@@ -212,7 +212,7 @@ repos:
212212

213213
# poetry - python dependency maJSONnagement
214214
- repo: https://github.com/python-poetry/poetry
215-
rev: 3f741f77a2822b6fe0cdf2f27cce2c701e011fc2 # frozen: 1.2.0rc1
215+
rev: 3f741f77a2822b6fe0cdf2f27cce2c701e011fc2 # frozen: 1.2.0rc1
216216
hooks:
217217
- id: poetry-check
218218

@@ -232,7 +232,7 @@ repos:
232232

233233
# rstcheck - rst file checker
234234
- repo: https://github.com/rstcheck/rstcheck
235-
rev: 7382aa227baa36f030c22d26661b02c657b0f1ed # frozen: v6.1.0
235+
rev: 7382aa227baa36f030c22d26661b02c657b0f1ed # frozen: v6.1.0
236236
hooks:
237237
- id: rstcheck
238238
additional_dependencies: [sphinx]
@@ -262,6 +262,6 @@ repos:
262262

263263
# yamllint - yaml linter
264264
- repo: https://github.com/adrienverge/yamllint
265-
rev: 9cce2940414e9560ae4c8518ddaee2ac1863a4d2 # frozen: v1.28.0
265+
rev: 9cce2940414e9560ae4c8518ddaee2ac1863a4d2 # frozen: v1.28.0
266266
hooks:
267267
- id: yamllint

0 commit comments

Comments
 (0)