Skip to content

Commit

Permalink
Merge pull request IntelLabs#189 from IntelLabs/dependabot/pip/ruff-0…
Browse files Browse the repository at this point in the history
….4.0

build(deps): bump ruff from 0.3.6 to 0.4.0
  • Loading branch information
laserkelvin authored Apr 19, 2024
2 parents 7f6ce8d + dde3005 commit ae76f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.6
rev: v0.4.0
hooks:
- id: ruff
args: [ --fix ]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ all = [
"matsciml[dev,symmetry,pyg]",
]
dev = [
"ruff==0.3.6",
"ruff==0.4.0",
"pre-commit",
"pytest"
]
Expand Down

0 comments on commit ae76f44

Please sign in to comment.