Skip to content

Commit

Permalink
Merge pull request #244 from jupyterhub/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
mbmilligan authored Sep 7, 2022
2 parents d4d6593 + 0fdff75 commit a858a80
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 a858a80

Please sign in to comment.