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 black requirement from ==23.10.* to ==23.11.* #118

Merged
merged 1 commit into from
Nov 8, 2023

Update black requirement from ==23.10.* to ==23.11.*

fec012c
Select commit
Loading
Failed to load commit list.
Merged

Update black requirement from ==23.10.* to ==23.11.* #118

Update black requirement from ==23.10.* to ==23.11.*
fec012c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2023 in 0s

95.96% (target 90.00%)

View this Pull Request on Codecov

95.96% (target 90.00%)

Details

Codecov Report

Merging #118 (fec012c) into main (f20e61f) will increase coverage by 0.01%.
Report is 2 commits behind head on main.
The diff coverage is 98.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #118      +/-   ##
==========================================
+ Coverage   95.95%   95.96%   +0.01%     
==========================================
  Files          62       64       +2     
  Lines        2572     2630      +58     
==========================================
+ Hits         2468     2524      +56     
- Misses        104      106       +2     
Files Coverage Δ
src/codemodder/codemodder.py 97.01% <100.00%> (+0.06%) ⬆️
src/codemodder/codemods/api/__init__.py 95.31% <100.00%> (ø)
src/codemodder/codemods/base_codemod.py 100.00% <100.00%> (ø)
src/codemodder/codemods/base_visitor.py 97.29% <100.00%> (ø)
src/codemodder/executor.py 92.59% <100.00%> (+0.13%) ⬆️
src/codemodder/file_context.py 100.00% <100.00%> (ø)
src/codemodder/result.py 100.00% <100.00%> (ø)
src/codemodder/semgrep.py 94.73% <100.00%> (ø)
src/core_codemods/django_debug_flag_on.py 100.00% <ø> (ø)
.../core_codemods/django_session_cookie_secure_off.py 98.30% <ø> (ø)
... and 4 more