Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 17, 2024
1 parent ad7f574 commit cf2eadd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions template/.control/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ tool:
description: Running formatting and linting checks.
import_name: pre_commit
pip:
spec: pre-commit == 3.8.0
spec: pre-commit == 4.0.1
conda:
spec: pre-commit = 3.8.0
spec: pre-commit = 4.0.1
channel: conda-forge
url:
docs: https://pre-commit.com/
Expand All @@ -38,10 +38,10 @@ tool:
content:
default_language_version:
python: python3
minimum_pre_commit_version: 3.8.0
minimum_pre_commit_version: 4.0.0
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast
# https://github.com/pre-commit/pre-commit-hooks#check-ast
Expand Down Expand Up @@ -112,7 +112,7 @@ tool:
args: [ --markdown-linebreak-ext=md ]
verbose: true
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.6
rev: v0.7.4
hooks:
- id: ruff
stages: [ pre-commit, manual ]
Expand Down Expand Up @@ -358,7 +358,7 @@ tool:
fix: true
line-length: 100
output-format: grouped
required-version: == 0.6.6
required-version: == 0.7.4
show-fixes: true
src:
- '${{ pkg.path.source }}$'
Expand Down

0 comments on commit cf2eadd

Please sign in to comment.