diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 073186a..64c44ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,28 +2,28 @@ ci: autoupdate_schedule: monthly repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.16.0 hooks: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/asottile/reorder-python-imports - rev: v3.12.0 + rev: v3.13.0 hooks: - id: reorder-python-imports args: ["--application-directories", "src"] files: flemi - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 24.4.2 hooks: - id: black files: flemi - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.1.0 hooks: - id: flake8 files: flemi - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: fix-byte-order-marker - id: trailing-whitespace