Skip to content

Commit

Permalink
drop support for py 3.8 & remove redundant linters
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-boyu committed Jan 17, 2024
1 parent 927e3b3 commit a6639d8
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
python-version: "3.10"
- os: ubuntu
python-version: "3.9"
- os: ubuntu
python-version: "3.8"
# Disabled for now. See https://github.com/projectmesa/mesa/issues/1253
#- os: ubuntu
# python-version: 'pypy-3.8'
Expand All @@ -51,28 +49,3 @@ jobs:
- if: matrix.os == 'ubuntu'
name: Codecov
uses: codecov/codecov-action@v3

lint-ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install ruff==0.1.5
- name: Lint with ruff
# Use settings from pyproject.toml.
run: ruff .

lint-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install black[jupyter]
- name: Lint with black
run: black --check .

0 comments on commit a6639d8

Please sign in to comment.