Skip to content

fix(deps): update dependency django-stubs to v5.2.7 #3540

fix(deps): update dependency django-stubs to v5.2.7

fix(deps): update dependency django-stubs to v5.2.7 #3540

Workflow file for this run

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: MIT
name: Languages
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: '3.14'
- name: Lint
run: ./scripts/lint.py
permissions:
contents: read