Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#106)
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: Jürgen Gmach <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and jugmac00 authored Oct 15, 2021
1 parent 7dfbcad commit 592942c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,19 @@ repos:
- id: tox-ini-fmt
args: [ "-p", "fix_lint" ]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.17.0
rev: v1.18.0
hooks:
- id: setup-cfg-fmt
args: [ --min-py3-version, "3.6", "--max-py-version", "3.10" ]
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==21.9.1
- flake8-comprehensions==3.6.1
- flake8-comprehensions==3.7.0
- flake8-pytest-style==1.5
- flake8-spellcheck==0.24
- flake8-unused-arguments==0.0.6
- flake8-noqa==1.1.0
- flake8-eradicate==1.1.0
- flake8-noqa==1.2.0
- pep8-naming==0.12.1

0 comments on commit 592942c

Please sign in to comment.