Skip to content

Commit

Permalink
ci: change black pre-commit version to master
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Apr 4, 2021
1 parent a22be55 commit 9ae6f63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 @@ -94,7 +94,7 @@ pymdown-extensions==8.1.1
# via
# mkdocs-material
# mkdocstrings
pytkdocs==0.11.0
pytkdocs==0.11.1
# via mkdocstrings
pytz==2021.1
# via babel
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Expand Up @@ -85,9 +85,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 @@ -109,7 +109,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 @@ -338,12 +338,12 @@ pytest-cov==2.11.1
# 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
# pytest-pythonpath
pytkdocs==0.11.0
pytkdocs==0.11.1
# via
# -r docs/requirements.txt
# mkdocstrings
Expand Down

0 comments on commit 9ae6f63

Please sign in to comment.