Skip to content

Commit

Permalink
Reformat pre-commit and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod committed Feb 8, 2023
1 parent 04aced7 commit 77ed8d4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
default_language_version:
python: python3
python: python3
repos:
- repo: https://github.com/ambv/black
rev: 21.4b2
- repo: https://github.com/ambv/black
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: check-merge-conflict
- id: flake8
- repo: local
hooks:
- id: merge-docs
name: Merge examples into docs
entry: tools/docs_samples.py
language: python
files: ".*.md|examples/.*.yml"
- id: check-merge-conflict
- id: flake8
- repo: local
hooks:
- id: merge-docs
name: Merge examples into docs
entry: tools/docs_samples.py
language: python
files: ".*.md|examples/.*.yml"

0 comments on commit 77ed8d4

Please sign in to comment.