Skip to content

Commit

Permalink
Black issue with click update (facebookresearch#255)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: fairinternal/ssl_scaling#255

Reviewed By: mannatsingh

Differential Revision: D35317262

Pulled By: QuentinDuval

fbshipit-source-id: 4dc4f2f41a6efe3e298907db81f95c24dc65d052
  • Loading branch information
QuentinDuval authored and facebook-github-bot committed Apr 4, 2022
1 parent 82a4b96 commit 388a349
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/psf/black
rev: 19.10b0 # Replace by any tag/version: https://github.com/psf/black/tags
# rev: 19.3b0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 22.3.0
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ def get_version():
python_requires=">=3.6.2",
extras_require={
"dev": [
"black==19.3b0",
# "click==8.0.4",
"black==22.3.0",
# "black==19.3b0",
"sphinx",
"isort==5.7.0",
"flake8==3.8.1",
Expand Down

0 comments on commit 388a349

Please sign in to comment.