Skip to content

Commit

Permalink
Update CI for use with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
berendkleinhaneveld committed Nov 28, 2023
1 parent 0911892 commit c1a6bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Lint
run: poetry run flake8
run: poetry run ruff .
- name: Format
run: poetry run ruff format --check .

test:
name: Test on ${{ matrix.name }}
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ patchdiff = "~0.3.4"

[tool.poetry.group.dev.dependencies]
ruff = "*"
# black = "*"
# flake8 = "*"
# flake8-black = "*"
# flake8-import-order = "*"
# flake8-print = "*"
pre-commit = "*"
pytest = "*"
pytest-benchmark = "*"
Expand Down

0 comments on commit c1a6bc1

Please sign in to comment.