Skip to content

Commit 22291b2

Browse files
committed
clean
1 parent a612bad commit 22291b2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ endif
2323
.PHONY: reqtxt
2424
reqtxt:
2525
poetry export -f requirements.txt --output requirements.txt --without-hashes
26+
27+
.PHONY: pcao
28+
pcao:
29+
pre-commit autoupdate
30+
pre-commit autoupdate -c templates/base/.pre-commit-config.yaml

templates/base/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
# Misc
77
#############################################################################
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v4.6.0
1010
hooks:
1111
- id: check-merge-conflict # Searches for merge conflict markers within files.
1212
- id: check-added-large-files # Blocks commits that add large files. Default limit is 500kB.
@@ -23,7 +23,7 @@ repos:
2323
# JSON, TOML
2424
#############################################################################
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.5.0
26+
rev: v4.6.0
2727
hooks:
2828
- id: check-json # Validates JSON files to ensure they are properly formatted and syntactically correct.
2929
types: [json]
@@ -42,7 +42,7 @@ repos:
4242
# CSS, Markdown, JavaScript, TypeScript, YAML style formatter
4343
#############################################################################
4444
- repo: https://github.com/pre-commit/mirrors-prettier
45-
rev: v3.0.3
45+
rev: v4.0.0-alpha.8
4646
hooks:
4747
- id: prettier # An opinionated code formatter supporting multiple languages.
4848
name: prettier

0 commit comments

Comments
 (0)