Skip to content

Commit

Permalink
Update pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Aug 14, 2023
1 parent 45a8256 commit f1ba35d
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
repos:
- repo: https://github.com/asottile/seed-isort-config
- hooks:
- id: seed-isort-config
repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.280
hooks:
- id: ruff
- repo: https://github.com/ambv/black
rev: 23.7.0
hooks:
- id: black
- hooks:
- id: ruff
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.284
- hooks:
- id: black
language_version: python3.9
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
hooks:
- id: pyupgrade
args: ["--py36-plus", "--py37-plus", "--py38-plus"]
repo: https://github.com/ambv/black
rev: 23.7.0

0 comments on commit f1ba35d

Please sign in to comment.