Skip to content

Commit

Permalink
remove setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed May 2, 2024
1 parent 4d505b6 commit f19e087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,9 @@ select = [
# Pycodestyle
"E",
"W",
"D200",
# isort
"I001"
"I001",
]
ignore = [
"E501",
Expand All @@ -218,4 +219,4 @@ known-first-party = ["copulas"]
"__init__.py" = ["F401", "E402", "F403", "F405", "E501", "I001"]

[tool.ruff.lint.pydocstyle]
convention = "google"
convention = "google"
30 changes: 0 additions & 30 deletions setup.cfg

This file was deleted.

0 comments on commit f19e087

Please sign in to comment.