Skip to content

Commit

Permalink
Mirror: 0.0.290
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 15, 2023
1 parent 0b90c17 commit 55147f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
30 changes: 10 additions & 20 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
- id: ruff
name: ruff
description: "Run 'ruff' for extremely fast Python linting"
entry: ruff check --force-exclude
language: python
"types_or": [python, pyi]
args: []
require_serial: true
additional_dependencies: []
minimum_pre_commit_version: "2.9.2"
- id: ruff-format
name: ruff-format
description: "Run 'ruff format' for extremely fast Python formatting"
entry: ruff format --force-exclude
language: python
"types_or": [python, pyi]
args: []
require_serial: true
additional_dependencies: []
minimum_pre_commit_version: "2.9.2"
- id: ruff
name: ruff
description: "Run 'ruff' for extremely fast Python linting"
entry: ruff check --force-exclude
language: python
'types_or': [python, pyi]
args: []
require_serial: true
additional_dependencies: []
minimum_pre_commit_version: '2.9.2'
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.289
0.0.290
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
setup(
name='pre_commit_placeholder_package',
version='0.0.0',
install_requires=['ruff==0.0.289'],
install_requires=['ruff==0.0.290'],
)

0 comments on commit 55147f8

Please sign in to comment.