Skip to content

chore(deps): update dependency types-lxml to v2025 #14695

chore(deps): update dependency types-lxml to v2025

chore(deps): update dependency types-lxml to v2025 #14695

Workflow file for this run

# Copyright © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
name: pylint check
on:
push:
branches-ignore:
- renovate/**
- weblate
pull_request:
permissions:
contents: read
jobs:
pylint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5
- name: Setup Python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
with:
python-version: '3.13'
- name: Add pylint annotator
uses: pr-annotators/pylint-pr-annotator@9c31057f2f495d9aee9b96e10299cc6b0a010cc2 # v0.0.1
- name: Run pylint
run: uv run --no-sources --only-group pylint pylint weblate/