Skip to content

Commit

Permalink
Remove duplicate # ruff: noqa (#158)
Browse files Browse the repository at this point in the history
* Remove duplicate `# ruff: noqa`

* Update .cirrus.yml

* Update .cirrus.yml

---------

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
  • Loading branch information
Avasam and henryiii authored Feb 26, 2024
1 parent 0c792fd commit 26ac4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ freebsd_task:
<<: *test-template

windows_task:
name: test (Windows - 3.9.10)
name: test (Windows - 3.9.13)
windows_container:
image: "cirrusci/windowsservercore:2019"
os_version: 2019
Expand All @@ -150,7 +150,7 @@ windows_task:
install_script:
# Activate long file paths to avoid some errors
- ps: New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
- choco install -y --no-progress python3 --version=3.9.10 --params "/NoLockdown"
- choco install -y --no-progress python3 --version=3.9.13 --params "/NoLockdown"
- pip install --upgrade certifi
- python -m pip install -U pip tox pipx
<<: *test-template
Expand Down
1 change: 0 additions & 1 deletion src/validate_pyproject/pre_compile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def load_licenses() -> Dict[str, str]:
"# flake8: noqa",
"# pylint: skip-file",
"# mypy: ignore-errors",
"# ruff: noqa",
"# yapf: disable",
"# pylama:skip=1",
"\n\n# *** PLEASE DO NOT MODIFY DIRECTLY: Automatically generated code *** \n\n\n",
Expand Down

0 comments on commit 26ac4b6

Please sign in to comment.