Skip to content

Commit 1099ef5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0) - [github.com/asottile/yesqa: v0.0.10 → v1.5.0](asottile/yesqa@v0.0.10...v1.5.0) - [github.com/pre-commit/mirrors-mypy: v0.942 → v1.7.0](pre-commit/mirrors-mypy@v0.942...v1.7.0)
1 parent 523ed56 commit 1099ef5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-ast
66
- id: check-docstring-first
@@ -10,8 +10,8 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
13-
- repo: https://gitlab.com/pycqa/flake8
14-
rev: 4.0.1
13+
- repo: https://github.com/PyCQA/flake8
14+
rev: 6.1.0
1515
hooks:
1616
- id: flake8
1717
additional_dependencies:
@@ -20,7 +20,7 @@ repos:
2020
- flake8-comprehensions
2121
- flake8-commas
2222
- repo: https://github.com/asottile/yesqa
23-
rev: v0.0.10
23+
rev: v1.5.0
2424
hooks:
2525
- id: yesqa
2626
additional_dependencies:
@@ -30,6 +30,6 @@ repos:
3030
- flake8-comprehensions
3131
- flake8-commas
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v0.942
33+
rev: v1.7.0
3434
hooks:
3535
- id: mypy

0 commit comments

Comments
 (0)