From 04b6e6e82a2f4a3642fa737276f0f8f8e80f40cd Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 21:18:00 +0000 Subject: [PATCH] Mirror: 0.0.86 --- .pre-commit-hooks.yaml | 12 +----------- .version | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 08f46f9..32a25f2 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,16 +1,6 @@ - id: ruff name: ruff - description: 'Run `ruff` for extremely fast Python linting' - entry: ruff - language: python - 'types': [python] - args: [] - require_serial: false - additional_dependencies: [] - minimum_pre_commit_version: '0' -- id: lint - name: ruff - description: 'Deprecated: use hook id `ruff` instead. Planned removal 2022-11-30' + description: "Run 'ruff' for extremely fast Python linting" entry: ruff language: python 'types': [python] diff --git a/.version b/.version index d920f64..0222dbe 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.85 +0.0.86 diff --git a/setup.py b/setup.py index 5e02703..e12b656 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ from setuptools import setup setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['ruff==0.0.85'], + install_requires=['ruff==0.0.86'], )