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

Commit 0f436e3

Browse files
[pre-commit.ci] pre-commit autoupdate (#165)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tom Nicholas <[email protected]>
1 parent 81ced40 commit 0f436e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: monthly
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: blackdoc
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 5.0.4
26+
rev: 6.0.0
2727
hooks:
2828
- id: flake8
2929
# - repo: https://github.com/Carreau/velin
@@ -32,7 +32,7 @@ repos:
3232
# - id: velin
3333
# args: ["--write", "--compact"]
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v0.982
35+
rev: v0.991
3636
hooks:
3737
- id: mypy
3838
# Copied from setup.cfg

0 commit comments

Comments
 (0)