We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba5445 commit cc06ad2Copy full SHA for cc06ad2
2 files changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
default_install_hook_types: ["pre-commit", "pre-push"]
3
default_stages: ["pre-commit", "pre-push"]
4
-minimum_pre_commit_version: 2.18.0
+minimum_pre_commit_version: 4.0.0
5
repos:
6
# Linting
7
- repo: local
@@ -13,7 +13,7 @@ repos:
13
types: [text]
14
args: []
15
# https://github.com/prettier/prettier/releases
16
- additional_dependencies: ["prettier@3.4.2"]
+ additional_dependencies: ["prettier@3.6.2"]
17
stages: ["pre-commit"]
18
# Security
19
- repo: https://github.com/Yelp/detect-secrets
Dockerfile
@@ -1,4 +1,4 @@
-FROM primeimages/freepascal:3.2.0
+FROM primeimages/freepascal:3.2.2
COPY docker-entrypoint.sh /
RUN chmod +x /docker-entrypoint.sh
0 commit comments