Skip to content

Commit

Permalink
Merge pull request #346 from PyCQA/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
carlio committed Jan 3, 2022
2 parents 75aea1f + 28c4ab6 commit 6fdf4d9
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 6fdf4d9

Please sign in to comment.