Skip to content

Commit 14c8465

Browse files
[pre-commit.ci] pre-commit autoupdate (#4126)
updates: - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0) - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](PyCQA/flake8@5.0.2...5.0.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6abb7de commit 14c8465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ repos:
9090

9191
# Automatically remove noqa that are not used
9292
- repo: https://github.com/asottile/yesqa
93-
rev: "v1.3.0"
93+
rev: "v1.4.0"
9494
hooks:
9595
- id: yesqa
9696
additional_dependencies: &flake8_dependencies
@@ -99,7 +99,7 @@ repos:
9999

100100
# Flake8 also supports pre-commit natively (same author)
101101
- repo: https://github.com/PyCQA/flake8
102-
rev: "5.0.2"
102+
rev: "5.0.4"
103103
hooks:
104104
- id: flake8
105105
exclude: ^(docs/.*|tools/.*)$

0 commit comments

Comments
 (0)