diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c958d6..5e5fea3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: check-toml - id: check-merge-conflict - repo: https://github.com/pylint-dev/pylint - rev: v4.0.4 + rev: v4.0.5 hooks: - id: pylint files: \.py$ @@ -29,7 +29,7 @@ repos: - PyGithub - pytest - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.37.1 hooks: - id: check-github-workflows - id: check-dependabot