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/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0)
- [github.com/psf/black: 24.3.0 → 24.8.0](psf/black@24.3.0...24.8.0)
- [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/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/pre-commit/mirrors-eslint: v8.56.0 → v9.8.0](pre-commit/mirrors-eslint@v8.56.0...v9.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 2f7b48f commit f157ed2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
repos:
# Autoformat: Python code, syntax patterns are modernized
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args:
- --py38-plus

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.8.0
hooks:
- id: black
# args are not passed, but see the config in pyproject.toml
Expand All @@ -40,7 +40,7 @@ repos:

# Misc autoformatting and linting
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
exclude_types: [svg]
Expand All @@ -51,13 +51,13 @@ repos:

# Lint: Python code
- repo: https://github.com/PyCQA/flake8
rev: "7.0.0"
rev: "7.1.1"
hooks:
- id: flake8

# Lint: JS code
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v8.56.0" # Use the sha / tag you want to point at
rev: "v9.8.0" # Use the sha / tag you want to point at
hooks:
- id: eslint
files: \.jsx?$
Expand Down

0 comments on commit f157ed2

Please sign in to comment.