Skip to content

Commit

Permalink
[DEV] Publishes minimal Ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Sep 29, 2024
1 parent eef0ab2 commit 7d4dffd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ check_untyped_defs = true
module = "netifaces"
ignore_missing_imports = true

# Ruff
[tool.ruff]
line-length = 100

# Black
[tool.black]
line-length = 100
Expand Down

0 comments on commit 7d4dffd

Please sign in to comment.