How to force ruff to process a directory called build
?
#14605
Unanswered
bjoernpollex
asked this question in
Q&A
Replies: 1 comment 2 replies
-
No, I don't think there's an alternative to overriding |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a package in my python-project that's actually called
build
- is there a convenient way to make ruff process this specific package, without having to fully overrideexclude
(which would require me to replicate the defaults)?Beta Was this translation helpful? Give feedback.
All reactions