Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed May 12, 2024
1 parent a612bad commit 22291b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ endif
.PHONY: reqtxt
reqtxt:
poetry export -f requirements.txt --output requirements.txt --without-hashes

.PHONY: pcao
pcao:
pre-commit autoupdate
pre-commit autoupdate -c templates/base/.pre-commit-config.yaml
6 changes: 3 additions & 3 deletions templates/base/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
# Misc
#############################################################################
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict # Searches for merge conflict markers within files.
- id: check-added-large-files # Blocks commits that add large files. Default limit is 500kB.
Expand All @@ -23,7 +23,7 @@ repos:
# JSON, TOML
#############################################################################
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-json # Validates JSON files to ensure they are properly formatted and syntactically correct.
types: [json]
Expand All @@ -42,7 +42,7 @@ repos:
# CSS, Markdown, JavaScript, TypeScript, YAML style formatter
#############################################################################
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier # An opinionated code formatter supporting multiple languages.
name: prettier
Expand Down

0 comments on commit 22291b2

Please sign in to comment.