Skip to content

Commit 86999ca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.6.0](asottile/pyupgrade@v3.4.0...v3.6.0) - [github.com/PyCQA/docformatter: v1.7.1 → v1.7.2](PyCQA/docformatter@v1.7.1...v1.7.2) - [github.com/asottile/dead: v1.5.1 → v1.5.2](asottile/dead@v1.5.1...v1.5.2) - [github.com/charliermarsh/ruff-pre-commit: v0.0.269 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.269...v0.0.272) - [github.com/PyCQA/pylint: v2.17.4 → v3.0.0a6](pylint-dev/pylint@v2.17.4...v3.0.0a6)
1 parent 74cac28 commit 86999ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525

2626
# Updating code to use modern python patterns where available.
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.4.0
28+
rev: v3.6.0
2929
hooks:
3030
- id: pyupgrade
3131

@@ -45,7 +45,7 @@ repos:
4545

4646
# Formats python docstrings.
4747
- repo: https://github.com/PyCQA/docformatter
48-
rev: v1.7.1
48+
rev: v1.7.2
4949
hooks:
5050
- id: docformatter
5151

@@ -59,7 +59,7 @@ repos:
5959

6060
# Used to detect unintentionally unused code.
6161
- repo: https://github.com/asottile/dead
62-
rev: v1.5.1
62+
rev: v1.5.2
6363
hooks:
6464
- id: dead
6565
args: [
@@ -98,7 +98,7 @@ repos:
9898
# A faster python linter
9999
- repo: https://github.com/charliermarsh/ruff-pre-commit
100100
# Ruff version.
101-
rev: 'v0.0.269'
101+
rev: 'v0.0.272'
102102
hooks:
103103
- id: ruff
104104

@@ -118,7 +118,7 @@ repos:
118118

119119
# Lint code in pre-commit env, note: This ignores import checks.
120120
- repo: https://github.com/PyCQA/pylint
121-
rev: v2.17.4
121+
rev: v3.0.0a6
122122
hooks:
123123
# Pylint is also run from within pre-commit for CI purposes.
124124
- id: pylint

0 commit comments

Comments
 (0)