Skip to content

Commit

Permalink
Add tox.ini to pycodestyle
Browse files Browse the repository at this point in the history
It will be used later for tox
  • Loading branch information
Mab879 committed Jun 6, 2024
1 parent bc8516f commit d18b28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ checks:
plugins:
markdownlint:
enabled: true
pep8:
enabled: true
radon:
enabled: true
config:
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pycodestyle]
max-line-length = 99

0 comments on commit d18b28f

Please sign in to comment.