From c55137ab69cca09ea66d372964bfc7a3c9a51a37 Mon Sep 17 00:00:00 2001 From: mrbuche Date: Wed, 3 Jul 2024 15:58:31 -0600 Subject: [PATCH] refactor --- .github/workflows/python.yml | 2 -- pyproject.toml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 2e64cba..499541f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -31,8 +31,6 @@ jobs: run: pip install --find-links=target/wheels/ automesh[develop] - name: pycodestyle run: pycodestyle --verbose . - - name: pylint - run: pylint --verbose . - name: pytest run: pytest --verbose . wheels: diff --git a/pyproject.toml b/pyproject.toml index 2b1e1eb..ccbe37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,6 @@ requires-python = '>=3.8,<=3.12' develop = [ 'pre-commit', 'pycodestyle', - 'pylint', 'pytest' ]