Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
  • Loading branch information
pre-commit-ci[bot] and chrisjsewell authored Oct 3, 2022
1 parent 82a8190 commit 13c6fb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ repos:
rev: v1.9.0
hooks:
- id: python-check-blanket-noqa
- repo: https://github.com/timothycrosley/isort
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.8.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==20.1.4
- flake8-builtins==1.5.3
- flake8-comprehensions==3.2.3
- flake8-bugbear
- flake8-builtins
- flake8-comprehensions
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ commands_post = echo "open docs/_build/index.html"


[flake8]
max-line-length = 88
max-line-length = 100
max-complexity = 13
# These checks violate PEP8 so let's ignore them
extend-ignore = E203

0 comments on commit 13c6fb1

Please sign in to comment.