Skip to content

Commit

Permalink
chore: cleanup and bump pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Jul 17, 2023
1 parent c7db28c commit f5e4aed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
- name: Run repo-review action
uses: ./
with:
plugins: sp-repo-review==2023.06.01
plugins: sp-repo-review==2023.07.13
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
additional_dependencies: [black==23.7.0]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.277"
rev: "v0.0.278"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -54,7 +54,7 @@ repos:
files: (src|web|tests)
args: []
additional_dependencies:
- click==8.1.3
- click
- markdown-it-py
- pytest
- rich
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ extend-ignore = [
"E501", # Line too long
"PT004", # Incorrect check, usefixtures is the correct way to do this
]
target-version = "py310"
src = ["src"]
unfixable = [
"T20", # Removes print statements
Expand All @@ -182,6 +181,3 @@ flake8-unused-arguments.ignore-variadic-names = true
[tool.ruff.per-file-ignores]
"src/repo_review/_compat/**.py" = ["TID251"]
"src/**/__main__.py" = ["T20"]

[tool.repo-review]
ignore = ["PC190"] # Remove after first July 2023 release of sp-repo-review

0 comments on commit f5e4aed

Please sign in to comment.