Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update linters pypi links to latest version #2062

Merged
merged 7 commits into from
Jan 22, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ The 🛠 emoji indicates that a rule is automatically fixable by the `--fix` com
<!-- Begin auto-generated sections. -->
### Pyflakes (F)

For more, see [Pyflakes](https://pypi.org/project/pyflakes/2.5.0/) on PyPI.
For more, see [Pyflakes](https://pypi.org/project/pyflakes/3.0.1/) on PyPI.

| Code | Name | Message | Fix |
| ---- | ---- | ------- | --- |
Expand Down Expand Up @@ -593,7 +593,7 @@ For more, see [Pyflakes](https://pypi.org/project/pyflakes/2.5.0/) on PyPI.

### pycodestyle (E, W)

For more, see [pycodestyle](https://pypi.org/project/pycodestyle/2.9.1/) on PyPI.
For more, see [pycodestyle](https://pypi.org/project/pycodestyle/2.10.0/) on PyPI.

#### Error (E)
| Code | Name | Message | Fix |
Expand Down Expand Up @@ -632,7 +632,7 @@ For more, see [mccabe](https://pypi.org/project/mccabe/0.7.0/) on PyPI.

### isort (I)

For more, see [isort](https://pypi.org/project/isort/5.10.1/) on PyPI.
For more, see [isort](https://pypi.org/project/isort/5.11.4/) on PyPI.

| Code | Name | Message | Fix |
| ---- | ---- | ------- | --- |
Expand All @@ -641,7 +641,7 @@ For more, see [isort](https://pypi.org/project/isort/5.10.1/) on PyPI.

### pydocstyle (D)

For more, see [pydocstyle](https://pypi.org/project/pydocstyle/6.1.1/) on PyPI.
For more, see [pydocstyle](https://pypi.org/project/pydocstyle/6.3.0/) on PyPI.

| Code | Name | Message | Fix |
| ---- | ---- | ------- | --- |
Expand Down Expand Up @@ -694,7 +694,7 @@ For more, see [pydocstyle](https://pypi.org/project/pydocstyle/6.1.1/) on PyPI.

### pyupgrade (UP)

For more, see [pyupgrade](https://pypi.org/project/pyupgrade/3.2.0/) on PyPI.
For more, see [pyupgrade](https://pypi.org/project/pyupgrade/3.3.1/) on PyPI.

| Code | Name | Message | Fix |
| ---- | ---- | ------- | --- |
Expand Down Expand Up @@ -734,7 +734,7 @@ For more, see [pyupgrade](https://pypi.org/project/pyupgrade/3.2.0/) on PyPI.

### pep8-naming (N)

For more, see [pep8-naming](https://pypi.org/project/pep8-naming/0.13.2/) on PyPI.
For more, see [pep8-naming](https://pypi.org/project/pep8-naming/0.13.3/) on PyPI.

| Code | Name | Message | Fix |
| ---- | ---- | ------- | --- |
Expand Down Expand Up @@ -831,7 +831,7 @@ For more, see [flake8-boolean-trap](https://pypi.org/project/flake8-boolean-trap

### flake8-bugbear (B)

For more, see [flake8-bugbear](https://pypi.org/project/flake8-bugbear/22.10.27/) on PyPI.
For more, see [flake8-bugbear](https://pypi.org/project/flake8-bugbear/23.1.20/) on PyPI.

| Code | Name | Message | Fix |
| ---- | ---- | ------- | --- |
Expand Down Expand Up @@ -866,7 +866,7 @@ For more, see [flake8-bugbear](https://pypi.org/project/flake8-bugbear/22.10.27/

### flake8-builtins (A)

For more, see [flake8-builtins](https://pypi.org/project/flake8-builtins/2.0.1/) on PyPI.
For more, see [flake8-builtins](https://pypi.org/project/flake8-builtins/2.1.0/) on PyPI.

| Code | Name | Message | Fix |
| ---- | ---- | ------- | --- |
Expand Down Expand Up @@ -976,7 +976,7 @@ For more, see [flake8-pytest-style](https://pypi.org/project/flake8-pytest-style

### flake8-quotes (Q)

For more, see [flake8-quotes](https://pypi.org/project/flake8-quotes/3.3.1/) on PyPI.
For more, see [flake8-quotes](https://pypi.org/project/flake8-quotes/3.3.2/) on PyPI.

| Code | Name | Message | Fix |
| ---- | ---- | ------- | --- |
Expand Down Expand Up @@ -1109,7 +1109,7 @@ For more, see [pygrep-hooks](https://github.com/pre-commit/pygrep-hooks) on GitH

### Pylint (PLC, PLE, PLR, PLW)

For more, see [Pylint](https://pypi.org/project/pylint/2.15.7/) on PyPI.
For more, see [Pylint](https://pypi.org/project/pylint/2.15.10/) on PyPI.

#### Convention (PLC)
| Code | Name | Message | Fix |
Expand Down Expand Up @@ -1171,7 +1171,7 @@ For more, see [flake8-no-pep420](https://pypi.org/project/flake8-no-pep420/2.3.0

### flake8-executable (EXE)

For more, see [flake8-executable](https://pypi.org/project/flake8-executable/2.1.1/) on PyPI.
For more, see [flake8-executable](https://pypi.org/project/flake8-executable/2.1.2/) on PyPI.

| Code | Name | Message | Fix |
| ---- | ---- | ------- | --- |
Expand Down
2 changes: 1 addition & 1 deletion src/rules/eradicate/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [eradicate](https://pypi.org/project/eradicate/2.1.0/).
//! Rules from [eradicate](https://pypi.org/project/eradicate).
pub(crate) mod detection;
pub(crate) mod rules;

Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_2020/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-2020](https://pypi.org/project/flake8-2020/1.7.0/).
//! Rules from [flake8-2020](https://pypi.org/project/flake8-2020).
pub(crate) mod rules;

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_annotations/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-annotations](https://pypi.org/project/flake8-annotations/2.9.1/).
//! Rules from [flake8-annotations](https://pypi.org/project/flake8-annotations).
mod fixes;
pub(crate) mod helpers;
pub(crate) mod rules;
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_bandit/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-bandit](https://pypi.org/project/flake8-bandit/4.1.1/).
//! Rules from [flake8-bandit](https://pypi.org/project/flake8-bandit).
mod helpers;
pub(crate) mod rules;
pub mod settings;
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_blind_except/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-blind-except](https://pypi.org/project/flake8-blind-except/0.2.1/).
//! Rules from [flake8-blind-except](https://pypi.org/project/flake8-blind-except).
pub(crate) mod rules;

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_boolean_trap/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-boolean-trap](https://pypi.org/project/flake8-boolean-trap/0.1.0/).
//! Rules from [flake8-boolean-trap](https://pypi.org/project/flake8-boolean-trap).
pub(crate) mod rules;

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_bugbear/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-bugbear](https://pypi.org/project/flake8-bugbear/22.10.27/).
//! Rules from [flake8-bugbear](https://pypi.org/project/flake8-bugbear).
pub(crate) mod rules;
pub mod settings;

Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_builtins/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-builtins](https://pypi.org/project/flake8-builtins/2.0.1/).
//! Rules from [flake8-builtins](https://pypi.org/project/flake8-builtins).
pub(crate) mod rules;
pub mod settings;
pub(crate) mod types;
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_commas/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-commas](https://pypi.org/project/flake8-commas/2.1.0/).
//! Rules from [flake8-commas](https://pypi.org/project/flake8-commas).
pub(crate) mod rules;

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_comprehensions/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-comprehensions](https://pypi.org/project/flake8-comprehensions/3.10.1/).
//! Rules from [flake8-comprehensions](https://pypi.org/project/flake8-comprehensions).
mod fixes;
pub(crate) mod rules;

Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_datetimez/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-datetimez](https://pypi.org/project/flake8-datetimez/20.10.0/).
//! Rules from [flake8-datetimez](https://pypi.org/project/flake8-datetimez).
pub(crate) mod rules;

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_debugger/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-debugger](https://pypi.org/project/flake8-debugger/4.1.2/).
//! Rules from [flake8-debugger](https://pypi.org/project/flake8-debugger).
pub(crate) mod rules;
pub(crate) mod types;

Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_errmsg/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-errmsg](https://pypi.org/project/flake8-errmsg/0.4.0/).
//! Rules from [flake8-errmsg](https://pypi.org/project/flake8-errmsg).
pub(crate) mod rules;
pub mod settings;

Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_executable/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-executable](https://pypi.org/project/flake8-executable/2.1.1/).
//! Rules from [flake8-executable](https://pypi.org/project/flake8-executable).
pub(crate) mod helpers;
pub(crate) mod rules;

Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_implicit_str_concat/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-implicit-str-concat](https://pypi.org/project/flake8-implicit-str-concat/0.3.0/).
//! Rules from [flake8-implicit-str-concat](https://pypi.org/project/flake8-implicit-str-concat).
pub(crate) mod rules;

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_no_pep420/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-no-pep420](https://pypi.org/project/flake8-no-pep420/2.3.0/).
//! Rules from [flake8-no-pep420](https://pypi.org/project/flake8-no-pep420).
pub(crate) mod rules;

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_pie/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-pie](https://pypi.org/project/flake8-pie/0.16.0/).
//! Rules from [flake8-pie](https://pypi.org/project/flake8-pie).
pub(crate) mod rules;

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_print/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-print](https://pypi.org/project/flake8-print/5.0.0/).
//! Rules from [flake8-print](https://pypi.org/project/flake8-print).
pub(crate) mod rules;

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_pytest_style/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-pytest-style](https://pypi.org/project/flake8-pytest-style/1.6.0/).
//! Rules from [flake8-pytest-style](https://pypi.org/project/flake8-pytest-style).
pub(crate) mod rules;
pub mod settings;
pub mod types;
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_quotes/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-quotes](https://pypi.org/project/flake8-quotes/3.3.1/).
//! Rules from [flake8-quotes](https://pypi.org/project/flake8-quotes).
pub(crate) mod rules;
pub mod settings;

Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_return/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-return](https://pypi.org/project/flake8-return/1.2.0/).
//! Rules from [flake8-return](https://pypi.org/project/flake8-return).
mod helpers;
pub(crate) mod rules;
mod visitor;
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_simplify/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-simplify](https://pypi.org/project/flake8-simplify/0.19.3/).
//! Rules from [flake8-simplify](https://pypi.org/project/flake8-simplify).
pub(crate) mod rules;

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_tidy_imports/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports/4.8.0/).
//! Rules from [flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports).
pub mod options;

pub mod banned_api;
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_type_checking/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-type-checking](https://pypi.org/project/flake8-type-checking/2.3.0/).
//! Rules from [flake8-type-checking](https://pypi.org/project/flake8-type-checking).
pub(crate) mod rules;

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion src/rules/flake8_unused_arguments/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [flake8-unused-arguments](https://pypi.org/project/flake8-unused-arguments/0.0.12/).
//! Rules from [flake8-unused-arguments](https://pypi.org/project/flake8-unused-arguments).
mod helpers;
pub(crate) mod rules;
pub mod settings;
Expand Down
2 changes: 1 addition & 1 deletion src/rules/isort/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [isort](https://pypi.org/project/isort/5.10.1/).
//! Rules from [isort](https://pypi.org/project/isort).
use std::cmp::Ordering;
use std::collections::{BTreeMap, BTreeSet};
use std::path::{Path, PathBuf};
Expand Down
2 changes: 1 addition & 1 deletion src/rules/mccabe/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [mccabe](https://pypi.org/project/mccabe/0.7.0/).
//! Rules from [mccabe](https://pypi.org/project/mccabe).
pub(crate) mod rules;
pub mod settings;

Expand Down
2 changes: 1 addition & 1 deletion src/rules/pandas_vet/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [pandas-vet](https://pypi.org/project/pandas-vet/0.2.3/).
//! Rules from [pandas-vet](https://pypi.org/project/pandas-vet).
pub(crate) mod helpers;
pub(crate) mod rules;

Expand Down
2 changes: 1 addition & 1 deletion src/rules/pep8_naming/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [pep8-naming](https://pypi.org/project/pep8-naming/0.13.2/).
//! Rules from [pep8-naming](https://pypi.org/project/pep8-naming).
mod helpers;
pub(crate) mod rules;
pub mod settings;
Expand Down
2 changes: 1 addition & 1 deletion src/rules/pycodestyle/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [pycodestyle](https://pypi.org/project/pycodestyle/2.9.1/).
//! Rules from [pycodestyle](https://pypi.org/project/pycodestyle).
pub(crate) mod rules;
pub mod settings;

Expand Down
2 changes: 1 addition & 1 deletion src/rules/pydocstyle/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [pydocstyle](https://pypi.org/project/pydocstyle/6.1.1/).
//! Rules from [pydocstyle](https://pypi.org/project/pydocstyle).
pub(crate) mod helpers;
pub(crate) mod rules;
pub mod settings;
Expand Down
2 changes: 1 addition & 1 deletion src/rules/pyflakes/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [Pyflakes](https://pypi.org/project/pyflakes/2.5.0/).
//! Rules from [Pyflakes](https://pypi.org/project/pyflakes).
pub(crate) mod cformat;
pub(crate) mod fixes;
pub(crate) mod format;
Expand Down
2 changes: 1 addition & 1 deletion src/rules/pylint/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [Pylint](https://pypi.org/project/pylint/2.15.7/).
//! Rules from [Pylint](https://pypi.org/project/pylint).
pub(crate) mod rules;
pub mod settings;

Expand Down
2 changes: 1 addition & 1 deletion src/rules/pyupgrade/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rules from [pyupgrade](https://pypi.org/project/pyupgrade/3.2.0/).
//! Rules from [pyupgrade](https://pypi.org/project/pyupgrade).
mod fixes;
mod helpers;
pub(crate) mod rules;
Expand Down