Skip to content

Commit 2597451

Browse files
committed
ruff: Ignore 'pkg_resources' dir
This module is frozen. We should not be applying new ruff checks on same. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent f6c9623 commit 2597451

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
exclude = [
22
"**/_vendor",
3+
"pkg_resources",
34
"setuptools/_distutils",
45
"setuptools/config/_validate_pyproject",
56
]

0 commit comments

Comments
 (0)