summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-11-29 04:04:49 +0000
committerGitHub <noreply@github.com>2022-11-29 04:04:49 +0000
commitca3c3e1cdbd3a486de6437d3220a4ba34823c425 (patch)
treeb23384d1a40148054c0789dbe27a355b99d28ef1
parent1063db8747e7d4e213160458aa3792e5ec05bc10 (diff)
downloadpep8-ca3c3e1cdbd3a486de6437d3220a4ba34823c425.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0)
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7c92756..39b7bfd 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,7 +1,7 @@
exclude: ^testsuite/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.3.0
+ rev: v4.4.0
hooks:
- id: check-yaml
- id: debug-statements
@@ -18,6 +18,6 @@ repos:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/pycqa/flake8
- rev: 5.0.4
+ rev: 6.0.0
hooks:
- id: flake8