Skip to content

Commit

Permalink
Fix linting issues (#38)
Browse files Browse the repository at this point in the history
Reformat remaining files. Closes #29.
  • Loading branch information
dweindl authored Jan 13, 2025
1 parent c9460f2 commit 2264730
Show file tree
Hide file tree
Showing 19 changed files with 1,509 additions and 645 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ ccompass = "ccompass.CCMPS:main"
dev = ["pre-commit>=3", "tox"]
doc = ["sphinx", "sphinx-rtd-theme"]

[tool.ruff]
line-length = 79
lint.ignore = [
"E712", # Avoid equality comparisons to True/False
]

[tool.tox]
requires = ["tox>=4.19"]
env_list = ["doc"]
Expand Down
185 changes: 132 additions & 53 deletions src/ccompass/CCMPS.py

Large diffs are not rendered by default.

Loading

0 comments on commit 2264730

Please sign in to comment.