We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fb519 commit 0cf259bCopy full SHA for 0cf259b
2 files changed
.pylintrc
@@ -6,7 +6,6 @@ disable =
6
super-with-arguments,
7
trailing-whitespace,
8
missing-docstring,
9
- no-self-use,
10
superfluous-parens,
11
invalid-name,
12
line-too-long,
@@ -17,8 +16,6 @@ disable =
17
16
too-few-public-methods,
18
duplicate-code
19
20
-# allow indented whitespace (as required by interpreter):
21
-no-space-check=empty-line
22
-
23
# allow non-snake-case identifiers:
24
good-names=n,i
+
CHANGELOG.md
@@ -4,6 +4,11 @@ Versioned according to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
+## [0.2.2] - 2025-10-28
+Fixed:
+- extract_regions/page: broken identifier scope since 0.2.0
## [0.2.1] - 2025-05-13
13
14
Fixed:
0 commit comments