Skip to content

Commit

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

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0)
- [github.com/psf/black: 22.3.0 → 23.3.0](psf/black@22.3.0...23.3.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)

* Update setup.py

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Markus Holtermann <info@markusholtermann.eu>
  • Loading branch information
pre-commit-ci[bot] and MarkusH committed Jun 5, 2023
1 parent 2f1f04c commit 17ccf26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -2,18 +2,18 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
rev: "6.0.0"
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
rev: "5.10.1"
rev: "5.12.0"
hooks:
- id: isort
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@
"selenium==3.141.0",
],
},
setup_requires=["setuptools_scm>=5<6"],
setup_requires=["setuptools_scm>=5,<6"],
use_scm_version=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 17ccf26

Please sign in to comment.