Skip to content

Commit

Permalink
Remove allowlist entries
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Oct 19, 2024
1 parent 69761f0 commit 9783329
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions stubs/flake8/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
flake8.__main__

# Can't reconcile @cached_property with @property.
flake8.processor.FileProcessor.file_tokens
7 changes: 0 additions & 7 deletions stubs/networkx/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,3 @@ networkx\.algorithms\.bipartite\.(cluster\.)?clustering
# failing to account for explicitly passing in the default value."
# Which is true, but would require some way of concatenating `backend` to ParamSpec.kwargs
networkx\.(utils\.)?(backends\.)?_dispatchable\.__call__

# TODO: stubtest does not like @cached_property https://github.com/python/mypy/issues/17625
# "is inconsistent, cannot reconcile @property on stub with runtime object"
networkx(\.classes(\.graph)?)?\.Graph\.(adj|degree|edges|nodes)
networkx(\.classes(\.multigraph)?)?\.MultiGraph\.(adj|degree|edges)
networkx(\.classes(\.digraph)?)?\.DiGraph\.(adj|degree|edges|in_degree|in_edges|out_degree|out_edges|pred|succ)
networkx(\.classes(\.multidigraph)?)?\.MultiDiGraph\.(adj|degree|edges|in_degree|in_edges|out_degree|out_edges|pred|succ)

0 comments on commit 9783329

Please sign in to comment.