Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Jan 3, 2022
1 parent 75aea1f commit 28c4ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repos:
args: [--fix=lf]
- id: debug-statements
# code formatting
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
args: [ --max-line-length=120 ]
- repo: https://github.com/python/black
rev: 21.9b0
- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
args: [--safe, --line-length=120]
Expand Down

0 comments on commit 28c4ab6

Please sign in to comment.