Skip to content

Commit

Permalink
Merge pull request #311 from GriceTurrble/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
GriceTurrble committed Aug 4, 2022
2 parents 9ca9ad8 + e817f58 commit fa6ac3a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
8 changes: 3 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -22,7 +22,7 @@ repos:
hooks:
- id: blacken-docs
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.2
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -40,20 +40,18 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies:
- flake8-annotations~=2.9.0
- flake8-bandit~=3.0.0
- flake8-docstrings~=1.6.0
- flake8-isort~=4.1.1
- repo: https://github.com/PyCQA/bandit/
rev: 1.7.4
hooks:
- id: bandit
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.29.0
rev: v2.29.2
hooks:
- id: commitizen
stages: [commit-msg]
48 changes: 23 additions & 25 deletions pyproject.toml
Expand Up @@ -7,33 +7,31 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.10"
django = "~=4.0.6"
django-admin-sortable2 = "~=2.1"
django-environ = "~=0.9.0"
django-filter = "~=22.1"
django-fractions = "~=2.0.0"
django-tinymce = "~=3.4.0"
djangorestframework = "~=3.13.1"
gunicorn = "~=20.1.0"
markdown = "~=3.4.1"
pillow = "~=9.2.0"
psycopg2-binary = "~=2.9.3"
secure = "~=0.3.0"
uvicorn = {version = "~=0.18.2", extras = ["standard"]}
wheel = "~=0.37.1"
fontawesomefree = "~=6.1.2"
django = "^4.0.6"
django-admin-sortable2 = "^2.1"
django-environ = "^0.9.0"
django-filter = "^22.1"
django-fractions = "^2.0.0"
django-tinymce = "^3.4.0"
djangorestframework = "^3.13.1"
gunicorn = "^20.1.0"
markdown = "^3.4.1"
pillow = "^9.2.0"
psycopg2-binary = "^2.9.3"
secure = "^0.3.0"
uvicorn = {version = "^0.18.2", extras = ["standard"]}
wheel = "^0.37.1"
fontawesomefree = "^6.1.2"

[tool.poetry.dev-dependencies]
bandit = "~=1.7.4"
black = "~=22.6.0"
flake8 = "~=4.0.1"
flake8-annotations = "~=2.9.1"
flake8-bandit = "~=3.0.0"
flake8-docstrings = "~=1.6.0"
flake8-isort = "~=4.1.2"
pre-commit = "~=2.20.0"
pytest = "~=7.1.2"
pytest-django = "~=4.5.2"
bandit = "^1.7.4"
black = "^22.6.0"
flake8 = "^5.0.4"
flake8-annotations = "^2.9.0"
flake8-docstrings = "^1.6.0"
pre-commit = "^2.20.0"
pytest = "^7.1.2"
pytest-django = "^4.5.2"

[tool.pytest.ini_options]
minversion = "7.0"
Expand Down

0 comments on commit fa6ac3a

Please sign in to comment.