From d18b28fe13d39459d8c9164242f50a0692a87874 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Wed, 5 Jun 2024 18:29:38 -0500 Subject: [PATCH] Add tox.ini to pycodestyle It will be used later for tox --- .codeclimate.yml | 2 -- tox.ini | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 tox.ini diff --git a/.codeclimate.yml b/.codeclimate.yml index b87ea1b..973ce77 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -18,8 +18,6 @@ checks: plugins: markdownlint: enabled: true - pep8: - enabled: true radon: enabled: true config: diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..8cb60e1 --- /dev/null +++ b/tox.ini @@ -0,0 +1,2 @@ +[pycodestyle] +max-line-length = 99