Skip to content
Snippets Groups Projects
Commit aa641bd3 authored by nimrod's avatar nimrod
Browse files

pre-commit: Bump and ignore doc checks for now.

parent 1485e861
No related branches found
No related tags found
No related merge requests found
Pipeline #3389 passed
...@@ -76,7 +76,7 @@ repos: ...@@ -76,7 +76,7 @@ repos:
--line-length=79 --line-length=79
- repo: https://github.com/PyCQA/prospector.git - repo: https://github.com/PyCQA/prospector.git
rev: 1.7.7 rev: v1.9.0
hooks: hooks:
- id: prospector - id: prospector
args: args:
...@@ -88,8 +88,6 @@ repos: ...@@ -88,8 +88,6 @@ repos:
--with-tool=bandit --with-tool=bandit
- |- - |-
--without-tool=pep257 --without-tool=pep257
- |-
--doc-warnings
- |- - |-
--test-warnings --test-warnings
- |- - |-
...@@ -98,6 +96,7 @@ repos: ...@@ -98,6 +96,7 @@ repos:
--strictness=high --strictness=high
- |- - |-
--no-autodetect --no-autodetect
- "-X"
additional_dependencies: additional_dependencies:
- bandit - bandit
- pyroma - pyroma
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment