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

Skip to content

Commit ba0e970

Browse files
[pre-commit.ci] pre-commit autoupdate (#21)
updates: - [github.com/asottile/pyupgrade: v3.0.0 → v3.1.0](asottile/pyupgrade@v3.0.0...v3.1.0) - [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](codespell-project/codespell@v2.2.1...v2.2.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b673c3b commit ba0e970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: isort
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: "v3.0.0"
24+
rev: "v3.1.0"
2525
hooks:
2626
- id: pyupgrade
2727
args: ["--py310-plus"]
@@ -54,7 +54,7 @@ repos:
5454

5555

5656
- repo: https://github.com/codespell-project/codespell
57-
rev: "v2.2.1"
57+
rev: "v2.2.2"
5858
hooks:
5959
- id: codespell
6060
args: ["-L", "te,slowy,aray,ba,nd,classs,crate,feld,lits"]

0 commit comments

Comments
 (0)