diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58c23fad..600850e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,23 +1,23 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v3.2.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/seed-isort-config - rev: v1.9.3 + rev: v2.2.0 hooks: - id: seed-isort-config - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.21 + rev: v5.10.1 hooks: - id: isort -- repo: https://github.com/psf/black - rev: 24.8.0 +- repo: https://github.com/hhatto/autopep8 + rev: v2.3.1 hooks: - - id: black - language_version: python3.10 + - id: autopep8 + args: [--in-place, --aggressive, --aggressive, --max-line-length=79]