Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pylint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pylint
version: "3.3.9"
version: "4.0.0"
epoch: 0
description: A static code analyser for Python 2 and 3
copyright:
Expand Down Expand Up @@ -30,7 +30,7 @@ pipeline:
with:
repository: https://github.com/pylint-dev/pylint
tag: v${{package.version}}
expected-commit: 4cab7ca4eae88b75960fcf2479b8ddd377dd4ce2
expected-commit: 0939ac584f16288138ee43002758d912de531be6

- uses: py/pip-build-install

Expand Down
Loading