Skip to content

Commit

Permalink
chore: update pre-commit hooks (#234)
Browse files Browse the repository at this point in the history
* chore: update pre-commit hooks

updates:
- [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2)

* ignore `B950`

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Saransh <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Saransh-cpp authored Aug 2, 2022
1 parent 056f638 commit 58fe07f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
extend-select = B9
extend-ignore = E501, E203, D103, D102, D101, D100, D107, D105, D205, D400, D401, D104, D412
extend-ignore = E501, E203, D103, D102, D101, D100, D107, D105, D205, D400, D401, D104, D412, B950
per-file-ignores =
tests/*: T
noxfile.py: T
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.2
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
- packaging

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.2
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit 58fe07f

Please sign in to comment.