Skip to content

Commit f53e689

Browse files
committed
Merge remote-tracking branch 'origin/dmw'
* origin/dmw: Whoops, merge together lgtm.yml and .lgtm.yml issue #440: log Python version during bootstrap. docs: update changelog
2 parents 39f5ecb + 866438a commit f53e689

File tree

4 files changed

+13
-419
lines changed

4 files changed

+13
-419
lines changed

.lgtm.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
path_classifiers:
2-
thirdparty:
3-
- "mitogen/compat/*.py"
2+
library:
3+
- "mitogen/compat"
4+
- "ansible_mitogen/compat"
5+
queries:
6+
# Mitogen 2.4 compatibility trips this query everywhere, so just disable it
7+
- exclude: py/unreachable-statement
8+
- exclude: py/should-use-with
9+
# mitogen.core.b() trips this query everywhere, so just disable it
10+
- exclude: py/import-and-import-from

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ bug reports, testing, features and fixes in this release contributed by
243243
`@DavidVentura <https://github.com/DavidVentura>`_,
244244
`@dbiegunski <https://github.com/dbiegunski>`_,
245245
`@ghp-rr <https://github.com/ghp-rr>`_,
246+
`@migalsp <https://github.com/migalsp>`_,
246247
`@rizzly <https://github.com/rizzly>`_,
247248
`@SQGE <https://github.com/SQGE>`_, and
248249
`@tho86 <https://github.com/tho86>`_.

0 commit comments

Comments
 (0)