Skip to content

Commit

Permalink
Merge pull request jupyter-server#122 from jupyter-server/pre-commit-…
Browse files Browse the repository at this point in the history
…ci-update-config
  • Loading branch information
blink1073 authored Apr 5, 2022
2 parents e6ec53f + d61d4de commit dd49608
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.9.0
rev: v3.0.1
hooks:
- id: reorder-python-imports
language_version: python3
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.3.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: "3.8.4"
- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.1.0
hooks:
- id: end-of-file-fixer
- id: check-json
Expand Down

0 comments on commit dd49608

Please sign in to comment.