Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic0 committed Apr 11, 2024
1 parent ac0fda7 commit 28bc621
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ Issues = "https://github.com/Sonic0/cron-converter/issues"
[tool.isort]
profile = "black"
src_paths = ["cron_converter", "tests"]
multi_line_output = 3
multi_line_output = 3

[tool.mypy]
ignore_missing_imports = true
9 changes: 0 additions & 9 deletions setup.cfg

This file was deleted.

5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
ignore = F401
max-line-length = 120
max-complexity = 10
exclude = .git,.github,__pycache__,build,dist

0 comments on commit 28bc621

Please sign in to comment.