Skip to content

Commit 4386bbc

Browse files
committed
Bump dep-checker
1 parent 56233ce commit 4386bbc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ repos:
8686
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8787

8888
- repo: https://github.com/python-coincidence/dep_checker
89-
rev: v0.8.0
89+
rev: v0.9.0
9090
hooks:
9191
- id: dep_checker
9292
args:

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ requirements = "formate_trailing_commas/_vendor/requirements.txt"
7777
patches-dir = "patches"
7878
namespace = "formate_trailing_commas._vendor"
7979
protected-files = [ "__init__.py", "README.rst", "requirements.txt",]
80+
81+
[tool.dep_checker]
82+
allowed_unused = [ "formate",]

0 commit comments

Comments
 (0)