Skip to content

Commit

Permalink
update ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Jan 27, 2025
1 parent c16505f commit 0bb804c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.3
rev: v0.9.3
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ regex==2024.11.6
# via mkdocs-material
requests==2.32.3
# via mkdocs-material
ruff==0.9.2
ruff==0.9.3
# via pynxtools (pyproject.toml)
scipy==1.14.1
# via ase
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ docs = [
]
dev = [
"mypy",
"ruff>=0.8.3",
"ruff>=0.9.3",
"pytest",
"pytest-timeout",
"pytest-cov",
Expand Down

0 comments on commit 0bb804c

Please sign in to comment.