Skip to content

Commit

Permalink
Merge pull request #53 from daniel-mizsak/feature/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in ruff configurations
  • Loading branch information
daniel-mizsak authored Sep 29, 2024
2 parents f5fedfd + 57dd444 commit a5a0a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Exclude a variety of commonly ignored directories.
# exclude = [""]

src = ["src", "test"]
src = ["src", "tests"]
line-length = 120
indent-width = 4

Expand Down

0 comments on commit a5a0a09

Please sign in to comment.