Skip to content

Commit

Permalink
update ruff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed Jul 17, 2024
1 parent 46ff8ff commit e0b3f82
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,20 +165,6 @@ exclude = [
"tasks.py",
]

[tool.ruff]
preview = true
line-length = 100
indent-width = 4
src = ["ctgan"]
exclude = [
"docs",
".tox",
".git",
"__pycache__",
".ipynb_checkpoints",
"tasks.py",
]

[tool.ruff.lint]
select = [
# Pyflakes
Expand Down

0 comments on commit e0b3f82

Please sign in to comment.