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

[fix] #145: Bump pre-commit hooks

parent 078871a7
Branches
Tags
1 merge request!171#145: Bump copyright to 2022
exclude: ^docs/ exclude: ^docs/
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.12b0 rev: 22.1.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
...@@ -10,7 +10,7 @@ repos: ...@@ -10,7 +10,7 @@ repos:
- 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.910-1 rev: v0.931
hooks: hooks:
- id: mypy - id: mypy
args: args:
...@@ -21,12 +21,12 @@ repos: ...@@ -21,12 +21,12 @@ repos:
hooks: hooks:
- id: pylint - id: pylint
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.29.1 rev: v2.31.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py36-plus] args: [--py36-plus]
- repo: https://github.com/Lucas-C/pre-commit-hooks - repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10 rev: v1.1.12
hooks: hooks:
- id: insert-license - id: insert-license
files: \.py$ files: \.py$
...@@ -34,7 +34,7 @@ repos: ...@@ -34,7 +34,7 @@ repos:
- --license-filepath - --license-filepath
- license_header.txt - license_header.txt
- repo: https://gitlab.com/devopshq/gitlab-ci-linter - repo: https://gitlab.com/devopshq/gitlab-ci-linter
rev: v1.0.2 rev: v1.0.3
hooks: hooks:
- id: gitlab-ci-linter - id: gitlab-ci-linter
args: args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment