Skip to content

Commit

Permalink
core: bump ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Mar 16, 2024
1 parent c5bf2b6 commit 37f5aab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.14"
rev: "v0.3.3"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
3 changes: 1 addition & 2 deletions build.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Build this into a release for depmap-releases.
"""Build this into a release for depmap-releases."""

"""
import datetime
import os
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[tool.ruff]
select = ["E", "F", "I"]
lint.select = ["E", "F", "I"]
target-version = "py39"
line-length = 79

0 comments on commit 37f5aab

Please sign in to comment.