Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#154)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.3.0 → 24.2.0](psf/black@23.3.0...24.2.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/asottile/pyupgrade: v3.6.0 → v3.15.1](asottile/pyupgrade@v3.6.0...v3.15.1)

* Run lint on all files

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mithil Poojary <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Mithil467 authored Feb 25, 2024
1 parent 5f6c454 commit 511f12b
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -2,25 +2,25 @@ ci:
autofix_prs: false
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/MarcoGorelli/absolufy-imports
rev: v0.3.1
hooks:
- id: absolufy-imports
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: [--profile=black]
- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py3-plus]
1 change: 1 addition & 0 deletions mitype/signals.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Custom handlers for received signals."""

import signal
import sys

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Setup script for mitype."""

from setuptools import setup

import versioneer
Expand Down

0 comments on commit 511f12b

Please sign in to comment.