Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/ambv/blackhttps://github.com/psf/black
- [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.2.1...v3.0.0-alpha.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 5.0.4](PyCQA/flake8@3.8.4...5.0.4)
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.3.0](pre-commit/pre-commit-hooks@v3.4.0...v4.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 5, 2022
1 parent d4d6593 commit 0fdff75
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
#
repos:
# Autoformat: Python code
- repo: https://github.com/ambv/black
rev: "22.3.0"
- repo: https://github.com/psf/black
rev: "22.8.0"
hooks:
- id: black
args: [--target-version=py36]

# Autoformat: markdown, yaml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v3.0.0-alpha.0
hooks:
- id: prettier

# Lint: Python code
- repo: https://gitlab.com/pycqa/flake8
rev: "3.8.4"
- repo: https://github.com/PyCQA/flake8
rev: "5.0.4"
hooks:
- id: flake8

# Misc...
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.3.0
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
hooks:
# Autoformat: Makes sure files end in a newline and only a newline.
Expand Down

0 comments on commit 0fdff75

Please sign in to comment.