Skip to content

Commit

Permalink
Fix ruff version wrt to NOMAD
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Apr 29, 2024
1 parent 3b99fe8 commit f1931e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ jobs:
- uses: chartboost/ruff-action@v1
with:
args: "format . --check --verbose"
version: 0.1.8
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dev = [
'pytest==3.10.0',
'pytest-timeout==1.4.2',
'pytest-cov==2.7.1',
'ruff==0.1.8',
'ruff',
"structlog==22.3.0",
"lxml_html_clean>=0.1.0",
]
Expand Down

0 comments on commit f1931e4

Please sign in to comment.