Skip to content

Commit 5707cb6

Browse files
committed
chore: enable pre-commit.ci
add dependabot add badges
1 parent 8fbcedd commit 5707cb6

4 files changed

Lines changed: 29 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
labels: ["dependencies"]
8+
commit-message:
9+
prefix: "refactor"
10+
include: "scope"

.pre-commit-config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ci:
2+
autoupdate_commit_msg: 'build(deps): pre-commit autoupdate'
3+
4+
repos:
5+
- repo: https://github.com/pre-commit/pre-commit-hooks
6+
rev: v5.0.0
7+
hooks:
8+
- id: check-yaml
9+
- id: end-of-file-fixer
10+
- id: trailing-whitespace
11+
- repo: https://github.com/python-jsonschema/check-jsonschema
12+
rev: 0.33.0
13+
hooks:
14+
- id: check-github-workflows

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.10
1+
3.12.10

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Python 3.12 Installers for Windows
22

3+
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/coatl-dev/python3.12/coatl.svg)](https://results.pre-commit.ci/latest/github/coatl-dev/python3.12/coatl)
4+
![GitHub Release](https://img.shields.io/github/v/release/coatl-dev/python3.12)
5+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/coatl-dev/python3.12/total)
6+
37
This repository provides binary installers for Python 3.12 on Windows.
48

59
## Motivation

0 commit comments

Comments
 (0)