Release preparation for version 2.21.1

This commit is contained in:
github-actions[bot]
2025-04-14 09:53:06 +00:00
parent 884c4a6e7b
commit b961c5961d
170 changed files with 424 additions and 167 deletions

View File

@@ -1,3 +1,9 @@
## 1.4.7
### Minor Analysis Improvements
- The `py/mixed-tuple-returns` query no longer flags instances where the tuple is passed into the function as an argument, as this led to too many false positives.
## 1.4.6
### Minor Analysis Improvements

View File

@@ -1,5 +1,5 @@
---
category: minorAnalysis
---
## 1.4.7
### Minor Analysis Improvements
- The `py/mixed-tuple-returns` query no longer flags instances where the tuple is passed into the function as an argument, as this led to too many false positives.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.4.6
lastReleaseVersion: 1.4.7

View File

@@ -1,5 +1,5 @@
name: codeql/python-queries
version: 1.4.7-dev
version: 1.4.7
groups:
- python
- queries