mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-15 13:20:56 +00:00
chore: devcontainer/pre-commit (#11729)
(cherry picked from commit bdb82c7248)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
14 lines
435 B
YAML
14 lines
435 B
YAML
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 Alexei Znamensky <russoz@gmail.com>
|
|
|
|
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
# Ruff version.
|
|
rev: v0.15.9
|
|
hooks:
|
|
# Run the linter.
|
|
- id: ruff-check
|
|
# Run the formatter.
|
|
- id: ruff-format
|