pre-commit hooks update

This commit is contained in:
VakarisZ 2021-04-23 10:48:11 +03:00
parent 0f5cda52c2
commit c3f31c0c78
1 changed files with 3 additions and 3 deletions

View File

@ -16,11 +16,11 @@ repos:
hooks: hooks:
- id: black - id: black
- repo: https://gitlab.com/pycqa/flake8 - repo: https://gitlab.com/pycqa/flake8
rev: 3.9.0 rev: 3.9.1
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0 rev: v3.4.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-case-conflict - id: check-case-conflict
@ -36,7 +36,7 @@ repos:
args: ["monkey/monkey_island/cc/ui/src/", "--fix", "--max-warnings=0"] args: ["monkey/monkey_island/cc/ui/src/", "--fix", "--max-warnings=0"]
- repo: local - repo: local
hooks: hooks:
- id: pytest - id: pytest
name: pytest name: pytest
entry: bash -c "cd monkey && pytest" entry: bash -c "cd monkey && pytest"
language: system language: system