Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jul 3, 2023
2 parents f9879b0 + 0298859 commit c80701a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -18,7 +18,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.275"
hooks:
- id: ruff
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ ignore = [
"RUF001", # Unicode chars
"PLR",
]
target-version = "py37"
src = ["src"]
typing-modules = ["uproot_browser._compat.typing"]
unfixable = [
Expand Down

0 comments on commit c80701a

Please sign in to comment.