Skip to content
Snippets Groups Projects

v1.2.0 release

Merged Moul requested to merge v1.2.0_release into main
2 files
+ 42
6
Compare changes
  • Side-by-side
  • Inline

Files

+ 6
6
exclude: ^docs/
exclude: ^docs/
repos:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
hooks:
- id: check-ast
- id: check-ast
- id: check-merge-conflict
- id: check-merge-conflict
@@ -11,27 +11,27 @@ repos:
@@ -11,27 +11,27 @@ repos:
- id: mixed-line-ending
- id: mixed-line-ending
- id: trailing-whitespace
- id: trailing-whitespace
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.1.1
hooks:
hooks:
- id: black
- id: black
- repo: https://github.com/PyCQA/isort
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
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: v1.5.1
rev: v1.8.0
hooks:
hooks:
- id: mypy
- id: mypy
args:
args:
- "--install-types"
- "--install-types"
- "--non-interactive"
- "--non-interactive"
- repo: https://github.com/pylint-dev/pylint
- repo: https://github.com/pylint-dev/pylint
rev: v3.0.0
rev: v3.0.3
hooks:
hooks:
- id: pylint
- id: pylint
- repo: https://github.com/asottile/pyupgrade
- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
hooks:
- id: pyupgrade
- id: pyupgrade
args: [--py38-plus]
args: [--py38-plus]
Loading