diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17744c4..3348ed3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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