Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/autoflake: v2.0.1 → v2.0.2](PyCQA/autoflake@v2.0.1...v2.0.2)
- [github.com/PyCQA/docformatter: v1.5.1 → v1.6.0](PyCQA/docformatter@v1.5.1...v1.6.0)
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5)
- [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5)
- [github.com/pycqa/pylint: v2.16.0b1 → v3.0.0a6](pylint-dev/pylint@v2.16.0b1...v3.0.0a6)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.1.1](pre-commit/mirrors-mypy@v0.991...v1.1.1)
- [github.com/regebro/pyroma: 4.1 → 4.2](regebro/pyroma@4.1...4.2)
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2023
1 parent 57c2516 commit 12a393d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Expand Up @@ -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:
Expand Down Expand Up @@ -70,7 +70,7 @@ repos:
language: python
types: [python]
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.6.0
hooks:
- id: docformatter
description: "Formats docstrings to follow PEP 257."
Expand Down Expand Up @@ -103,7 +103,7 @@ repos:
language: python
types: [python]
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
name: black (in place fixes)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -138,7 +138,7 @@ repos:
language: python
types: [python]
- repo: https://github.com/pycqa/pylint
rev: v2.16.0b1
rev: v3.0.0a6
hooks:
- id: pylint
args: [
Expand All @@ -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
Expand All @@ -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

0 comments on commit 12a393d

Please sign in to comment.