Skip to content

Commit

Permalink
fix: remove typo period in .ruff_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmattos committed Apr 2, 2024
1 parent 3a85ae2 commit 95ad41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanpy/_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Category:
regexp=re.compile(
"|".join(
[
r"^\..ruff_cache$",
r"^\.ruff_cache$",
]
)
),
Expand Down

0 comments on commit 95ad41c

Please sign in to comment.