Mirror: 0.0.86

This commit is contained in:
Github Actions 2022-10-27 21:18:00 +00:00
parent 48af87ed07
commit 04b6e6e82a
3 changed files with 3 additions and 13 deletions

View File

@ -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]

View File

@ -1 +1 @@
0.0.85
0.0.86

View File

@ -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'],
)