Compare commits
	
		
			4 Commits
		
	
	
		
			288e0e5e25
			...
			v1.32.0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 188d42b9c5 | |||
| d8d8b9f6ef | |||
| 0213ed4849 | |||
| 12a1d612ca | 
@@ -11,6 +11,6 @@ jobs:
 | 
			
		||||
  validate:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4
 | 
			
		||||
      - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          commit-message: ${{ gitea.event.pull_request.title }}
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ FROM python:3.14-slim
 | 
			
		||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
 | 
			
		||||
USER root
 | 
			
		||||
 | 
			
		||||
ENV PYTHONPATH="/run:/usr/local/lib/python3.11/lib-dynload:/usr/local/lib/python3.11/site-packages:/usr/local/lib/python3.11"
 | 
			
		||||
ENV PYTHONPATH="/run:/usr/local/lib/python3.14/lib-dynload:/usr/local/lib/python3.14/site-packages:/usr/local/lib/python3.14"
 | 
			
		||||
ENV UV_PROJECT_ENVIRONMENT="/usr/local/"
 | 
			
		||||
 | 
			
		||||
WORKDIR /run
 | 
			
		||||
 
 | 
			
		||||
@@ -8,6 +8,9 @@
 | 
			
		||||
  "platformCommit": "enabled",
 | 
			
		||||
  "rebaseWhen": "behind-base-branch",
 | 
			
		||||
  "rollbackPrs": true,
 | 
			
		||||
  "semanticCommits": "enabled",
 | 
			
		||||
  "semanticCommitScope": "deps",
 | 
			
		||||
  "semanticCommitType": "feat",
 | 
			
		||||
  "vulnerabilityAlerts": {
 | 
			
		||||
    "commitMessagePrefix": "[SECURITY] ",
 | 
			
		||||
    "enabled": true,
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										6
									
								
								uv.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								uv.lock
									
									
									
										generated
									
									
									
								
							@@ -390,7 +390,7 @@ wheels = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "pylint"
 | 
			
		||||
version = "4.0.1"
 | 
			
		||||
version = "4.0.2"
 | 
			
		||||
source = { registry = "https://pypi.org/simple" }
 | 
			
		||||
dependencies = [
 | 
			
		||||
    { name = "astroid" },
 | 
			
		||||
@@ -401,9 +401,9 @@ dependencies = [
 | 
			
		||||
    { name = "platformdirs" },
 | 
			
		||||
    { name = "tomlkit" },
 | 
			
		||||
]
 | 
			
		||||
sdist = { url = "https://files.pythonhosted.org/packages/8c/3e/fa6b9d708486502b96ec2cd87d9266168dac8d7391a14a89738b88ae6379/pylint-4.0.1.tar.gz", hash = "sha256:06db6a1fda3cedbd7aee58f09d241e40e5f14b382fd035ed97be320f11728a84", size = 1568430, upload-time = "2025-10-15T05:40:55.071Z" }
 | 
			
		||||
sdist = { url = "https://files.pythonhosted.org/packages/b6/f8/2feda2bc72654811f2596e856c33c2a98225fba717df2b55c8d6a1f5cdad/pylint-4.0.2.tar.gz", hash = "sha256:9c22dfa52781d3b79ce86ab2463940f874921a3e5707bcfc98dd0c019945014e", size = 1572401, upload-time = "2025-10-20T13:02:34.975Z" }
 | 
			
		||||
wheels = [
 | 
			
		||||
    { url = "https://files.pythonhosted.org/packages/69/ee/59269b7559a1d500acdba8722b995df2aa2946a71cbeeee07648256e9dae/pylint-4.0.1-py3-none-any.whl", hash = "sha256:6077ac21d01b7361eae6ed0f38d9024c02732fdc635d9e154d4fe6063af8ac56", size = 535937, upload-time = "2025-10-15T05:40:53.052Z" },
 | 
			
		||||
    { url = "https://files.pythonhosted.org/packages/1e/8b/2e814a255436fc6d604a60f1e8b8a186e05082aa3c0cabfd9330192496a2/pylint-4.0.2-py3-none-any.whl", hash = "sha256:9627ccd129893fb8ee8e8010261cb13485daca83e61a6f854a85528ee579502d", size = 536019, upload-time = "2025-10-20T13:02:32.778Z" },
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user