Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 β†’ v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/psf/black: 23.12.1 β†’ 24.4.2](psf/black@23.12.1...24.4.2)
- [github.com/asottile/pyupgrade: v3.15.0 β†’ v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/pycqa/pylint: v3.0.3 β†’ v3.2.2](pylint-dev/pylint@v3.0.3...v3.2.2)
  • Loading branch information
pre-commit-ci[bot] authored May 20, 2024
1 parent dd9105b commit e6dab3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
# list of supported hooks: https://pre-commit.com/hooks.html
- id: trailing-whitespace
Expand All @@ -18,7 +18,7 @@ repos:

# python code formatting
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.4.2
hooks:
- id: black
args: [--line-length, "120"]
Expand All @@ -32,7 +32,7 @@ repos:

# python upgrading syntax to newer version
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -54,6 +54,6 @@ repos:

# pylint
- repo: https://github.com/pycqa/pylint
rev: v3.0.3
rev: v3.2.2
hooks:
- id: pylint

0 comments on commit e6dab3a

Please # to comment.