Skip to content

Commit

Permalink
chore: remove unused configs in pyproject.toml (#358)
Browse files Browse the repository at this point in the history
* removes black + extra comment
  • Loading branch information
korikuzma authored Jul 12, 2024
1 parent 51250bb commit 74a00ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ testpaths = ["tests"]
[tool.coverage.run]
branch = true

[tool.black]
line-length = 88
extend-exclude = "^/docs/source/conf.py"

[tool.ruff]
src = ["src"]
exclude = ["docs/source/conf.py"]
Expand Down Expand Up @@ -174,7 +170,6 @@ ignore = [
# F401 - unused-import
# N805 - invalid-first-argument-name-for-method
# S101 - assert
# B011 - assert-false
# D100 - undocumented-public-module
# D103 - undocumented-public-function
# I001 - unsorted-imports
Expand Down

0 comments on commit 74a00ce

Please sign in to comment.