Skip to content

Commit

Permalink
chore: Remove CPY check from ruff (#5281)
Browse files Browse the repository at this point in the history
The check is being ignored on our version of ruff because it was in
preview mode and we don't pass the `--preview` flag.
Additionally, this rule has tons of errors and isn't useful for
our codebase in its current state.
  • Loading branch information
TheRealFalcon committed May 10, 2024
1 parent 81337ea commit 63a0fcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ lint.select = [
"E", # pycodestyle errors
"W", # pycodestyle warnings
"F", # pyflakes
"CPY", # flake8-copyright
"T10", # flake8-debugger
"ISC", # flake8-implicit-str-concat
"ICN", # flake8-import-conventions
Expand Down

0 comments on commit 63a0fcd

Please sign in to comment.