<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pylint-git.git, branch simplify-toml-test-using-env-var</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>Use a stable file in order to have a stable exit code</title>
<updated>2021-11-09T14:59:18+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-11-09T14:56: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=5b46aca8e449f6d1902b8fbb20e30dcf4528c1b8'/>
<id>5b46aca8e449f6d1902b8fbb20e30dcf4528c1b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor 'check_configuration_file_reader' so we can assert other files</title>
<updated>2021-11-09T14:07:43+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-11-09T14:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=3e87888e66babd1c1de06a334297a82988e7dfc7'/>
<id>3e87888e66babd1c1de06a334297a82988e7dfc7</id>
<content type='text'>
Necessary prior to #4720
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Necessary prior to #4720
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the typing of all PosixPath in tests/config/test_config.py</title>
<updated>2021-11-09T13:41:26+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-11-09T13:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=7706e7ef3a2f06b7a16dd1127581270d2d7be641'/>
<id>7706e7ef3a2f06b7a16dd1127581270d2d7be641</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify 'test_can_read_toml_env_variable' to work like other tests</title>
<updated>2021-11-09T13:40:08+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-11-08T22:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=749a7f3347503b38bbd2825e55a739d64e30eebf'/>
<id>749a7f3347503b38bbd2825e55a739d64e30eebf</id>
<content type='text'>
See initial intent in https://github.com/PyCQA/pylint/issues/3839
This permit to not use the OptionManagerMixin directly, which is
problematic when it needs the function defined in Pylinter or
other classes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See initial intent in https://github.com/PyCQA/pylint/issues/3839
This permit to not use the OptionManagerMixin directly, which is
problematic when it needs the function defined in Pylinter or
other classes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add checker `using-final-decorator-in-unsupported-version` (#5165)</title>
<updated>2021-11-09T11:51:34+00:00</updated>
<author>
<name>Mark Byrne</name>
<email>31762852+mbyrnepr2@users.noreply.github.com</email>
</author>
<published>2021-11-09T11:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=57515ae304c9e4bae6a94f08ea7ef2d6fadc61ce'/>
<id>57515ae304c9e4bae6a94f08ea7ef2d6fadc61ce</id>
<content type='text'>
* Add checker `using-final-in-unsupported-version`

This is one of the tasks in issue: #5134

Also:
- Ensure the existing checkers for `typing.final` are used irrespective of Python
  version

* Emit `using-final-in-unsupported-version` warning when Python version &lt; 3.8
and none of the other `typing.final`-related warnings

* Add `uninferable_final_decorators`

 Return any `typing.final` decorators for a given `Decorators` node.
 Used to determine if this decorator is used with a version of Python in
 which it is unsupported.

Co-authored-by: Pierre Sassoulas &lt;pierre.sassoulas@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add checker `using-final-in-unsupported-version`

This is one of the tasks in issue: #5134

Also:
- Ensure the existing checkers for `typing.final` are used irrespective of Python
  version

* Emit `using-final-in-unsupported-version` warning when Python version &lt; 3.8
and none of the other `typing.final`-related warnings

* Add `uninferable_final_decorators`

 Return any `typing.final` decorators for a given `Decorators` node.
 Used to determine if this decorator is used with a version of Python in
 which it is unsupported.

Co-authored-by: Pierre Sassoulas &lt;pierre.sassoulas@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[pre-commit.ci] pre-commit autoupdate</title>
<updated>2021-11-08T21:20:40+00:00</updated>
<author>
<name>pre-commit-ci[bot]</name>
<email>66853113+pre-commit-ci[bot]@users.noreply.github.com</email>
</author>
<published>2021-11-08T21:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=5d39f58b60f635d990324b8759053ff1cc279451'/>
<id>5d39f58b60f635d990324b8759053ff1cc279451</id>
<content type='text'>
updates:
- [github.com/PyCQA/isort: 5.9.3 → 5.10.0](https://github.com/PyCQA/isort/compare/5.9.3...5.10.0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
updates:
- [github.com/PyCQA/isort: 5.9.3 → 5.10.0](https://github.com/PyCQA/isort/compare/5.9.3...5.10.0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump actions/checkout from 2.3.5 to 2.4.0</title>
<updated>2021-11-08T15:38:14+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-11-08T13:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=7fd5403820210b9e5d3e817fef49dfe8632a9392'/>
<id>7fd5403820210b9e5d3e817fef49dfe8632a9392</id>
<content type='text'>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump isort from 5.9.3 to 5.10.0</title>
<updated>2021-11-08T15:37:42+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-11-08T13:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=5770642fb2e4873f799c882bbe05aa5ec14ca07b'/>
<id>5770642fb2e4873f799c882bbe05aa5ec14ca07b</id>
<content type='text'>
Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.10.0.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.9.3...5.10.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.10.0.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.9.3...5.10.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify toml handling by removing else after try</title>
<updated>2021-11-08T09:36:54+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-11-08T09:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=3723ee7b751106956b155b1b5f8f38c25e34755e'/>
<id>3723ee7b751106956b155b1b5f8f38c25e34755e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename test_can_read_env_variable so it has 'toml' in it</title>
<updated>2021-11-08T09:14:51+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-11-08T08:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pylint-git.git/commit/?id=35cdd075b5dd14c87c6de462c36cbd55a6fce071'/>
<id>35cdd075b5dd14c87c6de462c36cbd55a6fce071</id>
<content type='text'>
It permits to launch the toml test easily with pytest -k toml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It permits to launch the toml test easily with pytest -k toml
</pre>
</div>
</content>
</entry>
</feed>
