Skip to content

Commit

Permalink
Merge pull request #1952 from python-gitlab/renovate/black
Browse files Browse the repository at this point in the history
chore(deps): update black to v22.3.0
  • Loading branch information
nejch committed Mar 29, 2022
2 parents 121d70a + 8d48224 commit f942e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
Expand Down
2 changes: 1 addition & 1 deletion requirements-lint.txt
@@ -1,5 +1,5 @@
argcomplete==2.0.0
black==22.1.0
black==22.3.0
flake8==4.0.1
isort==5.10.1
mypy==0.942
Expand Down

0 comments on commit f942e65

Please sign in to comment.