Revert "Release preparation for version 2.26.0"

This commit is contained in:
Mario Campos
2026-06-30 13:21:27 -05:00
committed by GitHub
parent 7c73de0e3c
commit 41f2e7b6f6
188 changed files with 196 additions and 509 deletions

View File

@@ -1,9 +1,3 @@
## 1.8.5
### Minor Analysis Improvements
* The `py/modification-of-locals` query no longer flags modifications of a `locals()` dictionary that has been passed out of the scope in which `locals()` was called (for example, by passing it to another function or storing it in an instance attribute). In such cases the dictionary is used as an ordinary mapping and modifying it is meaningful, so these were false positives. The "modification has no effect" claim only applies within the scope that called `locals()`, which is now the only case reported.
## 1.8.4
No user-facing changes.

View File

@@ -1,5 +1,4 @@
## 1.8.5
### Minor Analysis Improvements
---
category: minorAnalysis
---
* The `py/modification-of-locals` query no longer flags modifications of a `locals()` dictionary that has been passed out of the scope in which `locals()` was called (for example, by passing it to another function or storing it in an instance attribute). In such cases the dictionary is used as an ordinary mapping and modifying it is meaningful, so these were false positives. The "modification has no effect" claim only applies within the scope that called `locals()`, which is now the only case reported.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.8.5
lastReleaseVersion: 1.8.4

View File

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