flake8-diff-only 0.1.0__py3-none-any.whl → 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ LineNumber = int
10
10
 
11
11
  class Flake8DiffOnlyChecker:
12
12
  name = "flake8-diff-only"
13
- version = "0.1.0"
13
+ version = "0.1.2"
14
14
 
15
15
  _instance: ClassVar[Flake8DiffOnlyChecker | None] = None
16
16
  _diff_lines: ClassVar[dict[FilePath, set[LineNumber]]]
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: flake8-diff-only
3
- Version: 0.1.0
4
- Summary: Flake8 plugin to show errors on changed lines
3
+ Version: 0.1.2
4
+ Summary: Flake8 plugin to show errors only on changed lines
5
5
  License: MIT
6
6
  Keywords: flake8,plugin,quotes,code quality
7
7
  Author: Холоднов Эмиль
@@ -32,7 +32,6 @@ Description-Content-Type: text/markdown
32
32
  ## Description
33
33
  This project provides a plugin for Flake8 that checks only the modified lines of files for Flake8 violations.
34
34
 
35
-
36
35
  ## Usage
37
36
 
38
37
  To install the plugin, use the following command:
@@ -0,0 +1,7 @@
1
+ flake8_diff_only/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ flake8_diff_only/checker.py,sha256=Cxc0KciKng_2LgNf2W1TFJHPiXWIoVyfl5G_VDF6eSk,3768
3
+ flake8_diff_only-0.1.2.dist-info/LICENSE.md,sha256=sBI8-TYatRBlqWblXpDP6vKYkA2tKMdxstXkz999qJU,1060
4
+ flake8_diff_only-0.1.2.dist-info/METADATA,sha256=_YEMEme8j0_g49Jhjqo6-evDAx_lG61hGyNtqN3UQgM,1518
5
+ flake8_diff_only-0.1.2.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
6
+ flake8_diff_only-0.1.2.dist-info/entry_points.txt,sha256=CXw_iI0JlWvRjMglpKBJ04ooVA2r_mSA4cMi9QxV3Ts,71
7
+ flake8_diff_only-0.1.2.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+ [flake8.extension]
2
+ FDO=flake8_diff_only.checker:Flake8DiffOnlyChecker
3
+
@@ -1,7 +0,0 @@
1
- flake8_diff_only/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- flake8_diff_only/checker.py,sha256=W13vao_VUpEoCA-kTBJvPp56AUx-HqarCBaQQph65bg,3768
3
- flake8_diff_only-0.1.0.dist-info/LICENSE.md,sha256=sBI8-TYatRBlqWblXpDP6vKYkA2tKMdxstXkz999qJU,1060
4
- flake8_diff_only-0.1.0.dist-info/METADATA,sha256=GAgT1Ti0YmE5K2H6hLOnzhx1VZFbEAfWthkzOFkcHb0,1514
5
- flake8_diff_only-0.1.0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
6
- flake8_diff_only-0.1.0.dist-info/entry_points.txt,sha256=l7MFGcU7okKDCm2Ta8x8-xGb5kTvPfPM8sUE0Z8v_t8,72
7
- flake8_diff_only-0.1.0.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- [flake8.extension]
2
- FDOC=flake8_diff_only.checker:Flake8DiffOnlyChecker
3
-