diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1351666..9134080 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: 'https://github.com/pre-commit/pre-commit-hooks' - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - repo: 'https://github.com/pycqa/flake8' - rev: 3.9.2 + rev: 7.0.0 hooks: - id: flake8 - repo: 'https://github.com/pre-commit/mirrors-isort' @@ -13,11 +13,11 @@ repos: hooks: - id: isort - repo: 'https://github.com/mgedmin/check-manifest' - rev: '0.48' + rev: '0.49' hooks: - id: check-manifest - repo: 'https://github.com/myint/autoflake' - rev: v2.0.0 + rev: v2.3.1 hooks: - id: autoflake args: @@ -25,22 +25,22 @@ repos: - '-i' language_version: python3.9 - repo: 'https://github.com/pre-commit/mirrors-autopep8' - rev: v2.0.0 + rev: v2.0.4 hooks: - id: autopep8 language_version: python3.9 - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 24.3.0 hooks: - id: black language_version: python3.9 - repo: https://github.com/ikamensh/flynt/ - rev: '0.77' + rev: '1.0.1' hooks: - id: flynt language_version: python3.9 - repo: https://github.com/asottile/pyupgrade - rev: v3.2.2 + rev: v3.15.2 hooks: - id: pyupgrade entry: pyupgrade --py3-plus --py36-plus --keep-runtime-typing