Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#46)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/asottile/add-trailing-comma: v2.5.1 → v3.0.1](asottile/add-trailing-comma@v2.5.1...v3.0.1)
- [github.com/asottile/setup-cfg-fmt: v2.3.0 → v2.4.0](asottile/setup-cfg-fmt@v2.3.0...v2.4.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Aug 1, 2023
1 parent 8d439c6 commit 42530cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8
Expand All @@ -22,11 +22,11 @@ repos:
- id: reorder-python-imports
args: [ --py3-plus ]
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.5.1
rev: v3.0.1
hooks:
- id: add-trailing-comma
args: [ --py36-plus ]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.3.0
rev: v2.4.0
hooks:
- id: setup-cfg-fmt
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = find:
install_requires =
django-dramatiq>=0.11.0
periodiq
python_requires = >=3.7
python_requires = >=3.8

[options.packages.find]
exclude =
Expand Down

0 comments on commit 42530cf

Please sign in to comment.