Skip to content

Commit 6ceb1be

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent e480037 commit 6ceb1be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.19.0
19+
rev: v3.19.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py38-plus]
@@ -52,7 +52,7 @@ repos:
5252
args: [--mapping, '2', --sequence, '2', --offset, '0']
5353

5454
- repo: https://github.com/codespell-project/codespell
55-
rev: v2.3.0
55+
rev: v2.4.0
5656
hooks:
5757
- id: codespell
5858
args: [--toml, pyproject.toml]

0 commit comments

Comments
 (0)