Skip to content

Commit

Permalink
Merge pull request #21 from lyz-code/fix/ci-black-precommit
Browse files Browse the repository at this point in the history
ci: change black pre-commit version to master
  • Loading branch information
lyz-code committed Apr 4, 2021
2 parents 1b812d4 + fae9ac9 commit 4414e32
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-merge-conflict
- id: end-of-file-fixer
- repo: https://github.com/ambv/black
rev: stable
rev: master
hooks:
- id: black
language_version: python3.7
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Expand Up @@ -101,7 +101,7 @@ pymdown-extensions==8.1.1
# mkdocs-material
# mkdocs-mermaid2-plugin
# mkdocstrings
pytkdocs==0.11.0
pytkdocs==0.11.1
# via mkdocstrings
pytz==2021.1
# via babel
Expand Down
14 changes: 7 additions & 7 deletions requirements-dev.txt
Expand Up @@ -101,7 +101,7 @@ distlib==0.3.1
# via virtualenv
dlint==0.11.0
# via -r requirements-dev.in
docutils==0.16
docutils==0.17
# via
# -r requirements.txt
# readme-renderer
Expand All @@ -127,9 +127,9 @@ flake8-aaa==0.11.1
# via -r requirements-dev.in
flake8-annotations-complexity==0.0.6
# via -r requirements-dev.in
flake8-annotations==2.6.1
flake8-annotations==2.6.2
# via -r requirements-dev.in
flake8-bugbear==21.3.2
flake8-bugbear==21.4.3
# via -r requirements-dev.in
flake8-comprehensions==3.4.0
# via -r requirements-dev.in
Expand All @@ -151,7 +151,7 @@ flake8-plugin-utils==1.3.1
# via flake8-pytest-style
flake8-polyfill==1.0.2
# via pep8-naming
flake8-pytest-style==1.4.0
flake8-pytest-style==1.4.1
# via -r requirements-dev.in
flake8-pytest==1.3
# via -r requirements-dev.in
Expand Down Expand Up @@ -438,7 +438,7 @@ pytest-freezegun==0.4.2
# via -r requirements-dev.in
pytest-pythonpath==0.7.3
# via -r requirements-dev.in
pytest==6.2.2
pytest==6.2.3
# via
# -r requirements-dev.in
# pytest-cov
Expand All @@ -452,9 +452,9 @@ python-gitlab==2.6.0
# via
# -r requirements.txt
# python-semantic-release
python-semantic-release==7.15.1
python-semantic-release==7.15.3
# via -r requirements.txt
pytkdocs==0.11.0
pytkdocs==0.11.1
# via
# -r docs/requirements.txt
# mkdocstrings
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -28,7 +28,7 @@ cryptography==3.4.7
# via secretstorage
deepdiff==5.2.3
# via mkdocs-newsletter (setup.py)
docutils==0.16
docutils==0.17
# via readme-renderer
dotty-dict==1.3.0
# via python-semantic-release
Expand Down Expand Up @@ -96,7 +96,7 @@ python-dateutil==2.8.1
# via mkdocs-newsletter (setup.py)
python-gitlab==2.6.0
# via python-semantic-release
python-semantic-release==7.15.1
python-semantic-release==7.15.3
# via mkdocs-newsletter (setup.py)
pyyaml==5.4.1
# via mkdocs
Expand Down

0 comments on commit 4414e32

Please sign in to comment.