Merge pull request #129 from EmilStenstrom/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Hanif Birgani 2022-02-01 13:27:21 +03:30 committed by GitHub
commit 1df5a00c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"],