Skip to content
Snippets Groups Projects
Commit 6f5b7667 authored by Moul's avatar Moul
Browse files

pre-commit autoupdate

parent 40d56b93
No related branches found
No related tags found
No related merge requests found
exclude: ^g1_monetary_license/ exclude: ^g1_monetary_license/
repos: repos:
- 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-merge-conflict - id: check-merge-conflict
...@@ -11,7 +11,7 @@ repos: ...@@ -11,7 +11,7 @@ repos:
- id: mixed-line-ending - id: mixed-line-ending
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/PyCQA/autoflake - repo: https://github.com/PyCQA/autoflake
rev: v1.7.7 rev: v2.0.0
hooks: hooks:
- id: autoflake - id: autoflake
args: args:
...@@ -22,24 +22,24 @@ repos: ...@@ -22,24 +22,24 @@ repos:
- --remove-unused-variables - --remove-unused-variables
- --in-place - --in-place
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.10.0 rev: 22.12.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.10.1 rev: 5.11.4
hooks: hooks:
- id: isort - id: isort
args: ["--profile", "black"] args: ["--profile", "black"]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.990 rev: v0.991
hooks: hooks:
- id: mypy - id: mypy
- repo: https://github.com/PyCQA/pylint - repo: https://github.com/PyCQA/pylint
rev: v2.15.5 rev: v2.15.10
hooks: hooks:
- id: pylint - id: pylint
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.2.2 rev: v3.3.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py37-plus] args: [--py37-plus]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment