Skip to content

Commit

Permalink
Exclude croakysteel from linters and formatters.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 6, 2023
1 parent ca9f7f8 commit d2d70a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ build-backend = "setuptools.build_meta"

[tool.black]
skip-string-normalization = true
extend-exclude = 'jaraco/site/projecthoneypot'

[tool.setuptools_scm]
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extend-exclude = ['jaraco/site/projecthoneypot']

0 comments on commit d2d70a9

Please sign in to comment.