Skip to content

Commit

Permalink
Merge pull request #16 from yuvipanda/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
yuvipanda authored Feb 5, 2024
2 parents 17a71c0 + 720a93e commit 5874628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
# args are not passed, but see the config in pyproject.toml
Expand Down Expand Up @@ -51,13 +51,13 @@ repos:

# Lint: Python code
- repo: https://github.com/PyCQA/flake8
rev: "6.1.0"
rev: "7.0.0"
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.0.0-alpha.2" # Use the sha / tag you want to point at
hooks:
- id: eslint
files: \.jsx?$
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Everything else is handled in pyproject.toml
"""

import os
from subprocess import check_call

Expand Down

0 comments on commit 5874628

Please sign in to comment.