Skip to content

Commit

Permalink
Merge pull request #316 from hartwork/pre-commit-improvements
Browse files Browse the repository at this point in the history
pre-commit improvements (follow-up to #315)
  • Loading branch information
hartwork authored Oct 19, 2024
2 parents d3e0c7e + ce1a5ef commit a78ca35
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
# Licensed under GNU Affero GPL version 3 or later

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
hooks:
- id: pyupgrade
args: ['--py39-plus']

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
Expand Down
6 changes: 0 additions & 6 deletions .style.yapf

This file was deleted.

1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ select = [
"E", # pycodestyle
"F", # Pyflakes + flake8
"I", # isort
"UP", # pyupgrade
"W", # pycodestyle
]

0 comments on commit a78ca35

Please sign in to comment.