flake8-diff-only 0.1.8__tar.gz → 0.1.9__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: flake8-diff-only
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: Flake8 plugin to show errors only on changed lines
5
5
  License: MIT
6
6
  Keywords: flake8,plugin,quotes,code quality
@@ -1 +1 @@
1
- LineNumber = int
1
+ LineNumber = int
@@ -4,7 +4,7 @@ requires = [ "poetry-core>=2.0" ]
4
4
 
5
5
  [project]
6
6
  name = "flake8-diff-only"
7
- version = "0.1.8"
7
+ version = "0.1.9"
8
8
  description = "Flake8 plugin to show errors only on changed lines"
9
9
  readme = "README.md"
10
10