<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pylint-git.git, branch dependabot/github_actions/actions/setup-python-v2.2.2</title>
<subtitle>github.com: PyCQA/pylint.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/'/>
<entry>
<title>Bump actions/setup-python from v2.2.1 to v2.2.2</title>
<updated>2021-04-19T06:53:31+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-04-19T06:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=acd4d1f1b2577599731fb85e425f1b6c849300db'/>
<id>acd4d1f1b2577599731fb85e425f1b6c849300db</id>
<content type='text'>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.2.1 to v2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.2.1...dc73133d4da04e56a135ae2246682783cc7c7cb6)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.2.1 to v2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.2.1...dc73133d4da04e56a135ae2246682783cc7c7cb6)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Added test case for issue #4163 (#4374)</title>
<updated>2021-04-18T19:05:53+00:00</updated>
<author>
<name>Elizabeth Bott</name>
<email>52465744+elizabethbott@users.noreply.github.com</email>
</author>
<published>2021-04-18T19:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=ecbcb9eccd575b6d1ffd80d49b87e104f786b6ac'/>
<id>ecbcb9eccd575b6d1ffd80d49b87e104f786b6ac</id>
<content type='text'>
Co-authored-by: Elizabeth &lt;ebott@umich.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Elizabeth &lt;ebott@umich.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>resolved false positive on unused variables in decorator functions (#4373)</title>
<updated>2021-04-18T14:51:42+00:00</updated>
<author>
<name>haasea</name>
<email>44787650+haasea@users.noreply.github.com</email>
</author>
<published>2021-04-18T14:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=b2f0d495bb75f8c7edde474c096f60c3533ec650'/>
<id>b2f0d495bb75f8c7edde474c096f60c3533ec650</id>
<content type='text'>
* resolved false positive on unused variables in decorator functions and added corresponding test cases

Co-authored-by: Pierre Sassoulas &lt;pierre.sassoulas@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* resolved false positive on unused variables in decorator functions and added corresponding test cases

Co-authored-by: Pierre Sassoulas &lt;pierre.sassoulas@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Enhancement/add checker consider using min max builtin (#4359)</title>
<updated>2021-04-17T17:28:21+00:00</updated>
<author>
<name>Qwiddle13</name>
<email>32040075+Qwiddle13@users.noreply.github.com</email>
</author>
<published>2021-04-17T17:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=bafb1497b0b46d6e7d9db5c3716c8638e3686944'/>
<id>bafb1497b0b46d6e7d9db5c3716c8638e3686944</id>
<content type='text'>
Co-authored-by: Pierre Sassoulas &lt;pierre.sassoulas@gmail.com&gt;
Co-authored-by: manderj &lt;joffrey.mander+pro@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Pierre Sassoulas &lt;pierre.sassoulas@gmail.com&gt;
Co-authored-by: manderj &lt;joffrey.mander+pro@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Use Python official doc's terminology (#4349)</title>
<updated>2021-04-17T17:21:22+00:00</updated>
<author>
<name>Emmanuel Chaudron</name>
<email>manu.chaud@hotmail.fr</email>
</author>
<published>2021-04-17T17:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=1c0ee1d59d5044e8bbbaeabf1c0c1c8de091edd2'/>
<id>1c0ee1d59d5044e8bbbaeabf1c0c1c8de091edd2</id>
<content type='text'>
A directory containing a __init__.py file is called a package, as per https://docs.python.org/3/tutorial/modules.html#packages</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A directory containing a __init__.py file is called a package, as per https://docs.python.org/3/tutorial/modules.html#packages</pre>
</div>
</content>
</entry>
<entry>
<title>Fix - Improve check for invalid PEP 585 syntax (#4345)</title>
<updated>2021-04-12T11:25:53+00:00</updated>
<author>
<name>Marc Mueller</name>
<email>30130371+cdce8p@users.noreply.github.com</email>
</author>
<published>2021-04-12T11:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=c7ac7c0ec339e9a8d105ccac0e59e65cacb79272'/>
<id>c7ac7c0ec339e9a8d105ccac0e59e65cacb79272</id>
<content type='text'>
Followup to #4340</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Followup to #4340</pre>
</div>
</content>
</entry>
<entry>
<title>Bump sphinx from 3.5.3 to 3.5.4 (#4344)</title>
<updated>2021-04-12T09:33:20+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-04-12T09:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=d5f657f110d66e769023f7eb2b6d9d511849a934'/>
<id>d5f657f110d66e769023f7eb2b6d9d511849a934</id>
<content type='text'>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/commits/v3.5.4)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/commits/v3.5.4)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump actions/download-artifact from v2.0.8 to v2.0.9 (#4343)</title>
<updated>2021-04-12T07:40:48+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-04-12T07:40:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=ccb09c1157428c7977a132cb0a920fed27e883e0'/>
<id>ccb09c1157428c7977a132cb0a920fed27e883e0</id>
<content type='text'>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v2.0.8 to v2.0.9.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2.0.8...158ca71f7c614ae705e79f25522ef4658df18253)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v2.0.8 to v2.0.9.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2.0.8...158ca71f7c614ae705e79f25522ef4658df18253)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump actions/upload-artifact from v2.2.2 to v2.2.3 (#4342)</title>
<updated>2021-04-12T07:40:38+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-04-12T07:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=99aaeddb247532a31a8c68718aa61b5f868bd9a1'/>
<id>99aaeddb247532a31a8c68718aa61b5f868bd9a1</id>
<content type='text'>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Improve check for invalid PEP 585 syntax inside functions (#4340)</title>
<updated>2021-04-12T07:12:33+00:00</updated>
<author>
<name>Marc Mueller</name>
<email>30130371+cdce8p@users.noreply.github.com</email>
</author>
<published>2021-04-12T07:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=a9e31583ddff80fb1226d3f4f07c58398fca2619'/>
<id>a9e31583ddff80fb1226d3f4f07c58398fca2619</id>
<content type='text'>
* Improve check for invalid PEP 585 syntax inside functions
* Improve check for invalid PEP 585 syntax as default function arguments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Improve check for invalid PEP 585 syntax inside functions
* Improve check for invalid PEP 585 syntax as default function arguments</pre>
</div>
</content>
</entry>
</feed>
