diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c01419a..b008766 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,54 +1,28 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-toml - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: 23.7.0 - hooks: - - id: black - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.286' + rev: 'v0.8.4' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.35.0 + rev: v0.43.0 hooks: - id: markdownlint-fix args: [ "--ignore", "book/**/*.md", "--ignore", "cvx/**/*.md" ] - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.19.1 hooks: - id: pyupgrade - #- repo: 'https://github.com/pre-commit/mirrors-mypy' - # rev: v1.4.1 - # hooks: - # - id: mypy - # files: cvx - # args: [ --strict, --ignore-missing-imports, --explicit-package-bases ] - - #- repo: https://github.com/python-jsonschema/check-jsonschema - # rev: 0.26.3 - # hooks: - # - id: check-dependabot - # args: ["--verbose"] - # - id: check-github-workflows - # args: ["--verbose"] - - #- repo: https://github.com/python-poetry/poetry - # rev: '1.6.1' # add version here - # hooks: - # - id: poetry-check - # - id: poetry-lock - - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.5.4 hooks: