mirror of
https://github.com/django-components/django-components.git
synced 2025-08-17 20:50:14 +00:00
Merge pull request #129 from EmilStenstrom/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
commit
1df5a00c1c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 21.12b0
|
rev: 22.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
- repo: https://github.com/pycqa/flake8
|
- repo: https://github.com/pycqa/flake8
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setup(
|
||||||
os.path.join(os.path.dirname(__file__), "README.md")
|
os.path.join(os.path.dirname(__file__), "README.md")
|
||||||
).read(),
|
).read(),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
author=u"Emil Stenström",
|
author="Emil Stenström",
|
||||||
author_email="emil@emilstenstrom.se",
|
author_email="emil@emilstenstrom.se",
|
||||||
url="https://github.com/EmilStenstrom/django-components/",
|
url="https://github.com/EmilStenstrom/django-components/",
|
||||||
install_requires=["Django>=2.2"],
|
install_requires=["Django>=2.2"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue