Skip to content

DRIVERS-2922: Allow valid SRV hostnames with less than 3 parts #747

DRIVERS-2922: Allow valid SRV hostnames with less than 3 parts

DRIVERS-2922: Allow valid SRV hostnames with less than 3 parts #747

Workflow file for this run

name: Lint Files
on:
push:
branches: [master]
pull_request:
jobs:
# Run "pre-commit run --all-files"
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: "Run pre-commit"
run: |
pip install -U -q pre-commit
pre-commit run --all-files --hook-stage manual