Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35a54ee

Browse files
authored
Bump dependencies from commit 1f1d1f (#56)
2 parents 1f1d1f4 + 47272e4 commit 35a54ee

3 files changed

Lines changed: 71 additions & 72 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: sort-simple-yaml
2121
files: .pre-commit-config.yaml
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.14.6
23+
rev: v0.14.7
2424
hooks:
2525
- id: ruff-format
2626
- id: ruff-check
@@ -42,7 +42,7 @@ repos:
4242
hooks:
4343
- id: typos
4444
- repo: https://github.com/woodruffw/zizmor-pre-commit
45-
rev: v1.17.0
45+
rev: v1.18.0
4646
hooks:
4747
- id: zizmor
4848
args: ["--no-progress", "--fix"]

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Python IDLE extension to perform mypy analysis on an open file
44
[![CI](https://github.com/CoolCat467/idlemypyextension/actions/workflows/ci.yml/badge.svg)](https://github.com/CoolCat467/idlemypyextension/actions/workflows/ci.yml)
55
<!-- BADGIE TIME -->
66

7-
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/CoolCat467/idlemypyextension/main.svg)](https://results.pre-commit.ci/latest/github/CoolCat467/idlemypyextension/main)
87
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
98

109
<!-- END BADGIE TIME -->

0 commit comments

Comments
 (0)