Skip to content

Commit

Permalink
Merge pull request #33 from FAIRmat-NFDI/bump-ruff
Browse files Browse the repository at this point in the history
bump ruff to >v0.6
  • Loading branch information
lukaspie authored Oct 22, 2024
2 parents d3efafc + ee8c144 commit 23c6d9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 124 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install package
- name: Install package and dev dependencies
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
uv pip install --no-deps .
uv pip install -r dev-requirements.txt
uv pip install ".[dev]"
- name: ruff check
run: |
ruff check src/pynxtools_mpes tests
Expand Down
120 changes: 0 additions & 120 deletions dev-requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"mypy",
"ruff==0.5.5",
"ruff>=0.6.0",
"pytest",
"types-pyyaml",
"pip-tools",
Expand Down

0 comments on commit 23c6d9d

Please sign in to comment.