summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2023-01-24 00:12:00 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2023-01-24 00:12:00 +0200
commitd91850f43fa17eb9af78d3e252d9d08fdb60b12e (patch)
tree77f3b45c6531899ffdc20c7fa72a3a03873b2242
parent414edd3f1ee3e45b4008392c6184bc77a3eee023 (diff)
downloadwheel-git-d91850f43fa17eb9af78d3e252d9d08fdb60b12e.tar.gz
Updated pre-commit modules
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 22777cc..33fb9ea 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -47,7 +47,7 @@ repos:
- id: codespell
- repo: https://github.com/pre-commit/pygrep-hooks
- rev: v1.9.0
+ rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore
diff --git a/setup.cfg b/setup.cfg
index 01ccda3..89216f6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -54,6 +54,7 @@ skip_gitignore = true
[flake8]
max-line-length = 88
+ignore = B028
[tool:pytest]
testpaths = tests