Skip to content
Snippets Groups Projects
Commit 5c84fd54 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pre-commit] Update plugins

parent 41f1649b
No related branches found
No related tags found
1 merge request!16Change package name to clapp (closes #4)
Pipeline #69340 failed
...@@ -6,23 +6,23 @@ ...@@ -6,23 +6,23 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.10.0 rev: 23.1.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pycqa/docformatter - repo: https://github.com/pycqa/docformatter
rev: v1.5.0 rev: v1.6.0.rc1
hooks: hooks:
- id: docformatter - id: docformatter
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.10.1 rev: 5.12.0
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/pycqa/flake8 - repo: https://github.com/pycqa/flake8
rev: 3.9.2 rev: 6.0.0
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982 rev: v0.991
hooks: hooks:
- id: mypy - id: mypy
args: [ args: [
...@@ -33,12 +33,12 @@ repos: ...@@ -33,12 +33,12 @@ repos:
] ]
exclude: '^.*/data/second_config\.py$' exclude: '^.*/data/second_config\.py$'
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.1.0 rev: v3.3.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py38-plus] args: [--py38-plus]
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 rev: v4.4.0
hooks: hooks:
- id: check-ast - id: check-ast
- id: check-added-large-files - id: check-added-large-files
...@@ -51,6 +51,6 @@ repos: ...@@ -51,6 +51,6 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: debug-statements - id: debug-statements
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v1.0.0 rev: v1.1.0
hooks: hooks:
- id: reuse - id: reuse
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment