Skip to content

Commit

Permalink
Merge pull request #132 from mathbunnyru/pre-commit-config-update
Browse files Browse the repository at this point in the history
Update pre-commit config
  • Loading branch information
minrk authored Oct 30, 2023
2 parents 0707771 + 31dc1d0 commit 8178110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
repos:
# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.10.1
hooks:
- id: black
args:
Expand All @@ -21,13 +21,13 @@ repos:

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

# `pre-commit sample-config` default hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: end-of-file-fixer
Expand All @@ -42,7 +42,7 @@ repos:

# Lint: Python
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8

Expand Down

0 comments on commit 8178110

Please sign in to comment.