diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71eb0ec..594939d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: - --no-extra-eol - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 name: Check for PEP8 error on Python files @@ -50,7 +50,7 @@ repos: types: [python] - repo: https://github.com/pycqa/pylint - rev: v3.2.2 + rev: v3.2.3 hooks: - id: pylint # Use pylintrc file in repository name: Check for Linting error on Python files