Skip to content

Commit

Permalink
Removed pylint, flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Jan 18, 2024
1 parent 1d68623 commit 79d4956
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 608 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [[3, 8], [3, 9], [3, 10], [3, 11]]
python-version: [[3, 8], [3, 9], [3, 10], [3, 11], [3, 12]]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
shell: cmd
if: runner.os == 'Windows'

flake8_pylint_docs_black:
docs_black:
runs-on: ubuntu-latest

steps:
Expand All @@ -68,14 +68,6 @@ jobs:
run: |
python -m pip install poetry tox
- name: Run tox env flake8
run: |
tox -e flake8
- name: Run tox env pylint
run: |
tox -e pylint
- name: Run tox env docs
run: |
tox -e docs
Expand Down
Loading

0 comments on commit 79d4956

Please sign in to comment.