diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44ab8ae44..d502ca89f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: "^3rdparty/.*" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,12 +13,12 @@ repos: args: [ "--fix=lf" ] - id: check-case-conflict - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.292' # Ruff version. + rev: 'v0.1.11' # Ruff version. hooks: - id: ruff stages: [ push, commit, manual ] - repo: https://github.com/pycqa/flake8 - rev: '6.1.0' # pick a git hash / tag to point to + rev: '7.0.0' # pick a git hash / tag to point to hooks: - id: flake8 - repo: local