Skip to content

Commit

Permalink
Discard changes to .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Jan 4, 2024
1 parent 881d050 commit de1d9d5
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 @@ -21,23 +21,23 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.27.2"
rev: 0.27.2
hooks:
- id: check-github-workflows

- repo: https://github.com/executablebooks/mdformat
rev: "0.7.17"
rev: 0.7.17
hooks:
- id: mdformat

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: "v3.0.3"
hooks:
- id: prettier
types_or: [yaml, html, json]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: "v1.7.1"
hooks:
- id: mypy
files: jupyter_client
Expand All @@ -53,13 +53,13 @@ repos:
additional_dependencies: [black==23.7.0]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: "v2.2.6"
hooks:
- id: codespell
args: ["-L", "sur,nd"]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
rev: "v1.10.0"
hooks:
- id: rst-backticks
- id: rst-directive-colons
Expand Down

0 comments on commit de1d9d5

Please sign in to comment.