Skip to content

Commit

Permalink
Update pre-commit hooks and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Jan 2, 2024
1 parent a5d4dae commit bca1bd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ci:
autofix_prs: true
autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate"
autoupdate_schedule: quarterly
skip: [badgie]
submodules: false
skip: [badgie]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -21,25 +21,24 @@ repos:
- id: sort-simple-yaml
files: .pre-commit-config.yaml
- repo: https://github.com/hadialqattan/pycln
rev: v2.3.0
rev: v2.4.0
hooks:
- id: pycln
args: [--config=pyproject.toml, src]
types: [file]
types_or: [python, pyi]
- repo: https://github.com/psf/black
rev: 23.10.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.0
rev: v0.1.9
hooks:
- id: ruff
types: [file]
types_or: [python, pyi, toml]
- repo: https://gitlab.com/brettops/tools/badgie
rev: "0.9.0"
- repo: https://github.com/CoolCat467/badgie
rev: v0.9.5
hooks:
- id: badgie
- repo: https://github.com/codespell-project/codespell
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Python IDLE extension to align code by a regular expression

<!-- BADGIE TIME -->

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/CoolCat467/idlealign/main.svg)](https://results.pre-commit.ci/latest/github/CoolCat467/idlealign/main)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![code style: black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

<!-- END BADGIE TIME -->

Expand Down

0 comments on commit bca1bd4

Please sign in to comment.