Skip to content

Commit

Permalink
Bump pre commit versions (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 authored Oct 1, 2023
1 parent ed54bb3 commit c301c5e
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.247
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.9.1
hooks:
- id: black
args:
- --quiet
files: ^((axis|pylint|script|tests)/.+)?[^/]+\.py$
files: ^((pydeconz|pylint|script|tests)/.+)?[^/]+\.py$
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v1.5.1
# hooks:
# - id: mypy
# args: [--ignore-missing-imports]
# exclude: ^tests/
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
# - repo: https://gitlab.com/pycqa/flake8
# rev: 3.7.9
# hooks:
# - id: flake8
# additional_dependencies:
# - flake8-docstrings==1.5.0
# - pydocstyle==4.0.1
# files: ^(pydeconz|tests)/.+\.py$

0 comments on commit c301c5e

Please sign in to comment.