diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab94d51..46bf684 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,29 +5,29 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.2 hooks: - id: flake8 exclude: ^(pydra_ml/_version\.py|versioneer\.py)$ - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: ["--profile", "black"] exclude: ^(pydra_ml/_version\.py|versioneer\.py)$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.4.1 hooks: - id: codespell exclude: ^(pydra_ml/_version\.py|versioneer\.py)$ diff --git a/setup.py b/setup.py index a557350..1ddd697 100755 --- a/setup.py +++ b/setup.py @@ -1,9 +1,7 @@ #!/usr/bin/env python # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: -"""Pydra: Dataflow Engine - -""" +"""Pydra: Dataflow Engine""" import sys from setuptools import setup