Merge ~jugmac00/lazr.delegates:chores into lazr.delegates:main

Proposed by Jürgen Gmach
Status: Merged
Merged at revision: 1b45649023f6e86e7bde391cf88088af120e3435
Proposed branch: ~jugmac00/lazr.delegates:chores
Merge into: lazr.delegates:main
Diff against target: 80 lines (+11/-4)
4 files modified
.pre-commit-config.yaml (+3/-3)
NEWS.rst (+3/-1)
setup.cfg (+1/-0)
tox.ini (+4/-0)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+439211@code.launchpad.net

Commit message

chores

Description of the change

- garden changelog
- fix woke linter
- update linters
- claim support for Python 3.11

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
2index 5d1fb12..0f4525a 100644
3--- a/.pre-commit-config.yaml
4+++ b/.pre-commit-config.yaml
5@@ -2,7 +2,7 @@
6 # See https://pre-commit.com/hooks.html for more hooks
7 repos:
8 - repo: https://github.com/pre-commit/pre-commit-hooks
9- rev: v4.0.1
10+ rev: v4.4.0
11 hooks:
12 - id: check-added-large-files
13 - id: check-ast
14@@ -13,11 +13,11 @@ repos:
15 - id: check-yaml
16 - id: debug-statements
17 - repo: https://github.com/get-woke/woke
18- rev: ee781d3ce0ddf835267764f27f4ffdd2dd21fa27
19+ rev: v0.19.0
20 hooks:
21 - id: woke-from-source
22 - repo: https://github.com/asottile/pyupgrade
23- rev: v2.31.0
24+ rev: v3.3.1
25 hooks:
26 - id: pyupgrade
27 args: [--keep-percent-format, --py3-plus]
28diff --git a/NEWS.rst b/NEWS.rst
29index b4cdfd6..d7e94e8 100644
30--- a/NEWS.rst
31+++ b/NEWS.rst
32@@ -4,11 +4,13 @@ NEWS for lazr.delegates
33
34 2.1.0
35 =====
36-- Officially add support for Python 3.6, 3.7, 3.8, 3.9, and 3.10.
37+- Officially add support for Python 3.6, 3.7, 3.8, 3.9, 3.10 and 3.11.
38 - Drop support for Python 2, 3.2, 3.3, and 3.4.
39 - Test using ``zope.testrunner`` rather than ``nose``.
40 - Bring coverage to 100%.
41 - Switch to declarative ``setuptools`` configuration.
42+- Add linters.
43+- Fix the `woke` linter.
44
45
46 2.0.4 (2017-10-20)
47diff --git a/setup.cfg b/setup.cfg
48index dcb0b4f..be646c3 100644
49--- a/setup.cfg
50+++ b/setup.cfg
51@@ -38,6 +38,7 @@ classifiers =
52 Programming Language :: Python :: 3.8
53 Programming Language :: Python :: 3.9
54 Programming Language :: Python :: 3.10
55+ Programming Language :: Python :: 3.11
56
57 [options]
58 namespace_packages = lazr
59diff --git a/tox.ini b/tox.ini
60index 451caed..5366392 100644
61--- a/tox.ini
62+++ b/tox.ini
63@@ -7,6 +7,7 @@ envlist =
64 py38
65 py39
66 py310
67+ py311
68 coverage
69 docs
70
71@@ -23,6 +24,9 @@ deps =
72 skip_install = true
73 commands =
74 pre-commit run -a
75+passenv =
76+ XDG_CACHE_HOME
77+ HOME
78
79 [testenv:docs]
80 basepython =

Subscribers

People subscribed via source and target branches

to all changes: