Skip to content

Commit

Permalink
version bumps. add more checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Mar 30, 2023
1 parent bbae513 commit a3cd9ff
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a3cd9ff

Please sign in to comment.