Skip to content

Commit

Permalink
Merge branch 'main' into footer-logos-update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Dec 10, 2024
2 parents e037a85 + a8f686d commit 1243acc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wbstack.python.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.3.0

- name: Set up Python 3.7
uses: actions/setup-python@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.13

- name: Install pylint
run: |
Expand Down
2 changes: 1 addition & 1 deletion sync/wikiman/wikiman.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class FixedIndentingDumper(yaml.Dumper):
def increase_indent(self, flow=False, indentless=False):
return super().increase_indent(flow, False)

default_branch = get_mediawiki_branch_from_version(mediawiki_version)
default_branch = get_mediawiki_branch_from_version(mediawiki_version) # pylint: disable-msg=C0103
remove_from_all = codebases.get('removeFromAll', [])
output: List[Dict] = [make_artifact_entry({
'name': 'mediawiki',
Expand Down

0 comments on commit 1243acc

Please sign in to comment.