Skip to content

Commit 92c1b9e

Browse files
author
Eli Fine
committed
copier precommit
1 parent dde47fe commit 92c1b9e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.6-2-g4ee2089
2+
_commit: v0.0.6-3-g4247518
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343

4444
# Reformatting (should generally come before any file format or other checks, because reformatting can change things)
4545
- repo: https://github.com/crate-ci/typos
46-
rev: 9a11895dc3c5e1f4123ec841d08182d704593f6d # frozen: v1.30.0
46+
rev: 2300ad1b6b5c37da54bcafb1a06211196503eac9 # frozen: v1
4747
hooks:
4848
- id: typos
4949
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -162,7 +162,7 @@ repos:
162162
description: Runs hadolint to lint Dockerfiles
163163

164164
- repo: https://github.com/astral-sh/ruff-pre-commit
165-
rev: 2c8dce6094fa2b4b668e74f694ca63ceffd38614 # frozen: v0.9.9
165+
rev: 41d2daf392fbf43341a77f24a9c6481a4b66af98 # frozen: v0.9.10
166166
hooks:
167167
- id: ruff
168168
name: ruff-src
@@ -175,7 +175,7 @@ repos:
175175
- id: ruff-format
176176

177177
- repo: https://github.com/pylint-dev/pylint
178-
rev: c2b01c3d0b6410d4c93eb1f32fb28f2116b1e68f # frozen: v3.3.4
178+
rev: aaab3ccb541532d2bcdf0410ab93ff4fafc266f5 # frozen: v3.3.5
179179
hooks:
180180
- id: pylint
181181
name: pylint

template/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343

4444
# Reformatting (should generally come before any file format or other checks, because reformatting can change things)
4545
- repo: https://github.com/crate-ci/typos
46-
rev: 9a11895dc3c5e1f4123ec841d08182d704593f6d # frozen: v1.30.0
46+
rev: 2300ad1b6b5c37da54bcafb1a06211196503eac9 # frozen: v1
4747
hooks:
4848
- id: typos
4949
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -162,7 +162,7 @@ repos:
162162
description: Runs hadolint to lint Dockerfiles
163163

164164
- repo: https://github.com/astral-sh/ruff-pre-commit
165-
rev: 2c8dce6094fa2b4b668e74f694ca63ceffd38614 # frozen: v0.9.9
165+
rev: 41d2daf392fbf43341a77f24a9c6481a4b66af98 # frozen: v0.9.10
166166
hooks:
167167
- id: ruff
168168
name: ruff-src
@@ -175,7 +175,7 @@ repos:
175175
- id: ruff-format
176176

177177
- repo: https://github.com/pylint-dev/pylint
178-
rev: c2b01c3d0b6410d4c93eb1f32fb28f2116b1e68f # frozen: v3.3.4
178+
rev: aaab3ccb541532d2bcdf0410ab93ff4fafc266f5 # frozen: v3.3.5
179179
hooks:
180180
- id: pylint
181181
name: pylint

0 commit comments

Comments
 (0)