Skip to content

fix: pyupgrade entire modified files, not only user-modified chunks #1249

fix: pyupgrade entire modified files, not only user-modified chunks

fix: pyupgrade entire modified files, not only user-modified chunks #1249

GitHub Actions / Bandit comments failed Oct 19, 2024 in 0s

Bandit: 0 errors and 2 annotations found

Total statistics: {
"CONFIDENCE.HIGH": 2,
"CONFIDENCE.LOW": 0,
"CONFIDENCE.MEDIUM": 0,
"CONFIDENCE.UNDEFINED": 0,
"SEVERITY.HIGH": 0,
"SEVERITY.LOW": 2,
"SEVERITY.MEDIUM": 0,
"SEVERITY.UNDEFINED": 0,
"loc": 2718,
"nosec": 9,
"skipped_tests": 0
}

Annotations

Check notice on line 100 in ./src/darker/files.py

See this annotation in the file changed.

@github-actions github-actions / Bandit comments

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.4/plugins/b101_assert_used.html

Check notice on line 102 in ./src/darker/files.py

See this annotation in the file changed.

@github-actions github-actions / Bandit comments

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.4/plugins/b101_assert_used.html