Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 78ea3db

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 3.9.2](PyCQA/flake8@3.8.4...3.9.2) - [github.com/pre-commit/mirrors-autopep8: v1.5.4 → v1.5.7](pre-commit/mirrors-autopep8@v1.5.4...v1.5.7) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.7.0 → 5.9.3](PyCQA/isort@5.7.0...5.9.3)
1 parent abe4469 commit 78ea3db

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
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v3.4.0
4+
rev: v4.0.1
55
hooks:
66
- id: trailing-whitespace
77
exclude: resources/
@@ -12,18 +12,18 @@ repos:
1212
- id: check-yaml
1313
- id: debug-statements
1414
language_version: python3
15-
- repo: https://gitlab.com/pycqa/flake8
16-
rev: 3.8.4
15+
- repo: https://github.com/PyCQA/flake8
16+
rev: 3.9.2
1717
hooks:
1818
- id: flake8
1919
language_version: python3
2020
additional_dependencies: [flake8-typing-imports==1.9.0]
2121
- repo: https://github.com/pre-commit/mirrors-autopep8
22-
rev: v1.5.4
22+
rev: v1.5.7
2323
hooks:
2424
- id: autopep8
25-
- repo: https://github.com/timothycrosley/isort
26-
rev: 5.7.0
25+
- repo: https://github.com/PyCQA/isort
26+
rev: 5.9.3
2727
hooks:
2828
- id: isort
2929
args: [--filter-files]

0 commit comments

Comments
 (0)