Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bentaculum committed May 30, 2024
1 parent 7412a48 commit 317dc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ repos:
hooks:
- id: ruff
args: [--fix, --unsafe-fixes]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

# https://beta.ruff.rs/docs
[tool.ruff]
target-version = "py39"
src = ["trackastra"]
target-version = "py310"
src = ["trackastra", "tests"]

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit 317dc98

Please sign in to comment.