Skip to content

Commit

Permalink
Merge pull request #251 from fpgmaas/hotfix
Browse files Browse the repository at this point in the history
Align ruff versions and apply hotfix
  • Loading branch information
SemyonSinchenko authored Jul 15, 2024
2 parents cfcb720 + 58157bf commit a5c80cf
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: Run Ruff
uses: chartboost/ruff-action@v1
with:
version: 0.5.1
version: 0.5.2
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.291'
rev: 'v0.5.2'
hooks:
- id: ruff
- repo: local
Expand Down
20 changes: 16 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pyspark = ">3"
semver = "^3"

[tool.poetry.group.linting.dependencies]
ruff = "^0.5"
ruff = "0.5.2"

[tool.poetry.group.docs.dependencies]
# All the dependencies related to mkdocs;
Expand Down

0 comments on commit a5c80cf

Please sign in to comment.