From a3cd9fff0615e9c2a56c96c89a46d760ce516871 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Thu, 30 Mar 2023 08:20:19 -0600 Subject: [PATCH] version bumps. add more checks --- .pre-commit-config.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b48838..ce5f297 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,12 +30,6 @@ repos: - id: trailing-whitespace files: \.(py|sh|rst|yml|yaml)$ - repo: https://github.com/PyCQA/flake8 - id: flake8 - description: '`flake8` is a command-line utility for enforcing style consistency across Python projects.' - entry: flake8 - language: python - types: [python] - require_serial: true rev: 6.0.0 hooks: - id: flake8 @@ -46,7 +40,16 @@ repos: 'flake8-comprehensions', 'flake8-docstrings', 'flake8-implicit-str-concat', - 'pydocstyle>=5.0.0', + 'pydocstyle', + 'flake8-coding', + 'flake8-debugger', + 'flake8-deprecated', + 'flake8-isort', + 'flake8-pep3101', + 'flake8-polyfill', + 'flake8-print', + 'flake8-quotes', + 'flake8-string-format', ] exclude: ^tests/test_cases/no_closing_bracket\.py$ - repo: https://github.com/rstcheck/rstcheck