Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Update docs and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Feb 3, 2021
1 parent 6861282 commit da5727f
Show file tree
Hide file tree
Showing 4 changed files with 438 additions and 262 deletions.
14 changes: 9 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
repos:
- repo: https://github.com/psf/black
rev: ''
rev: '20.8b1'
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-isort
rev: '' # Use the revision sha / tag you want to point at
rev: 'v5.7.0' # Use the revision sha / tag you want to point at
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: ''
rev: 'v3.4.0'
hooks:
- id: check-added-large-files
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.16.0
rev: 'v1.16.0'
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-yaml
- repo: local
hooks:
- id: pylint
Expand All @@ -29,4 +34,3 @@ repos:
language: system
always_run: true
pass_filenames: false

21 changes: 13 additions & 8 deletions docs/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,21 @@ name = "pypi"
[packages]

[dev-packages]
isort = "*"
black = "*"
pytest = "*"
pytest-cov = "*"
pytest-clarity = "*"
pydocstyle = "*"
pylint = "*"
click-man = "*"
mkdocs = "*"
mkdocstrings = "*"
mkdocs-exclude = "*"
mkdocs-macros-plugin = "*"
mkdocs-material = "*"
mkdocs-minify-plugin = "*"
mkdocs-redirects = "*"
mkdocs-git-revision-date-plugin = "*"
pymdown-extensions = "*"
mkdocs-git-revision-date-localized-plugin = "*"
pyspelling = "*"

[requires]
python_version = "3.8"

[pipenv]
allow_prereleases = true
allow_prereleases = tru
Loading

0 comments on commit da5727f

Please sign in to comment.