Skip to content

Commit f0ee1f5

Browse files
⬆️ auto update by pre-commit hooks
updates: - [github.com/pycqa/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.2 → v2.3.2](hhatto/autopep8@v2.0.2...v2.3.2) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
1 parent 91dc172 commit f0ee1f5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/pycqa/isort
10-
rev: 5.12.0
10+
rev: 6.0.1
1111
hooks:
1212
- id: isort
13-
stages: [commit]
13+
stages: [pre-commit]
1414

15-
- repo: https://github.com/pre-commit/mirrors-autopep8
16-
rev: v2.0.2
15+
- repo: https://github.com/hhatto/autopep8
16+
rev: v2.3.2
1717
hooks:
1818
- id: autopep8
19-
stages: [commit]
19+
stages: [pre-commit]
2020

2121
- repo: https://github.com/pre-commit/mirrors-prettier
22-
rev: v3.0.0-alpha.6
22+
rev: v4.0.0-alpha.8
2323
hooks:
2424
- id: prettier
2525
types_or: [markdown, yaml, json]
26-
stages: [commit]
26+
stages: [pre-commit]
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.4.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: trailing-whitespace
3232
- id: end-of-file-fixer

0 commit comments

Comments
 (0)