Skip to content
Snippets Groups Projects
Commit 051f2b75 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[pre-commit] update config

parent b2ee7d5c
No related branches found
No related tags found
No related merge requests found
Pipeline #49183 passed
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
# 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/timothycrosley/isort - repo: https://github.com/timothycrosley/isort
rev: 5.6.4 rev: 5.8.0
hooks: hooks:
- id: isort - id: isort
args: [--sl, --line-length, "88"] args: [--sl, --line-length, "88"]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 20.8b1 rev: 20.8b1
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0 rev: v3.4.0
hooks: hooks:
- id: check-ast - id: check-ast
- id: check-case-conflict - id: check-case-conflict
...@@ -20,7 +20,7 @@ repos: ...@@ -20,7 +20,7 @@ repos:
- id: debug-statements - id: debug-statements
- id: check-added-large-files - id: check-added-large-files
- repo: https://gitlab.com/pycqa/flake8 - repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4 rev: 3.9.0
hooks: hooks:
- id: flake8 - id: flake8
args: [--ignore, "E203,W503,E501,E302,E111,E114,E121,E402"] args: [--ignore, "E203,W503,E501,E302,E111,E114,E121,E402"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment