diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbb68152..7f970e3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: args: [--notice=COPYRIGHT] files: python - repo: https://github.com/PyCQA/autoflake - rev: v2.0.1 + rev: v2.0.2 hooks: - id: autoflake args: @@ -116,7 +116,7 @@ repos: language: python types: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.5 hooks: - id: bandit name: bandit (btclib) @@ -125,7 +125,7 @@ repos: language: python types: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.5 hooks: - id: bandit name: bandit (tests) @@ -138,7 +138,7 @@ repos: language: python types: [python] - repo: https://github.com/pycqa/pylint - rev: v2.16.0b1 + rev: v2.17.0 hooks: - id: pylint args: [ @@ -147,7 +147,7 @@ repos: language: python types: [python] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.1.1 hooks: - id: mypy language: python @@ -161,6 +161,6 @@ repos: pass_filenames: false always_run: true - repo: https://github.com/regebro/pyroma - rev: "4.1" + rev: "4.2" hooks: - id: pyroma