Skip to content

Commit

Permalink
[ci] Disable ruff rule for pyi stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Jun 29, 2023
1 parent ca657a6 commit f3a5225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ unfixable = [
"__init__.py" = ["E402", "F401"]
"pycroft/model/_all.py" = ["F403"]
"helpers/interactive.py" = ["F403"]
"**/*.pyi" = ["F811"]

0 comments on commit f3a5225

Please sign in to comment.