Skip to content

Commit

Permalink
add autopep8 config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
himkwtn committed Sep 12, 2024
1 parent d84fa00 commit 47da374
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,6 @@ packages = ["pysindy"]

[tool.setuptools_scm]
write_to = "pysindy/version.py"

[tool.autopep8]
ignore = ["E731"]

0 comments on commit 47da374

Please sign in to comment.