Mirror: 0.0.229

This commit is contained in:
Github Actions 2023-01-21 19:31:49 +00:00
parent 88a2db201e
commit 380e8f2639
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
- id: ruff - id: ruff
name: ruff name: ruff
description: "Run 'ruff' for extremely fast Python linting" description: "Run 'ruff' for extremely fast Python linting"
entry: 'ruff --force-exclude' entry: ruff
language: python language: python
'types_or': [python, pyi] 'types_or': [python, pyi]
args: [] args: []

View File

@ -1 +1 @@
0.0.228 0.0.229

View File

@ -6,5 +6,5 @@ from setuptools import setup
setup( setup(
name='pre_commit_placeholder_package', name='pre_commit_placeholder_package',
version='0.0.0', version='0.0.0',
install_requires=['ruff==0.0.228'], install_requires=['ruff==0.0.229'],
) )