macisamuele / language-formatters-pre-commit-hooks

Collection of custom pre-commit hooks.
Apache License 2.0
116 stars 58 forks source link

Make Ini file encoding explicit #102

Closed hbre closed 2 years ago

hbre commented 2 years ago

Same problem as with #92 exists with ini files. Just a small edit

codecov[bot] commented 2 years ago

Codecov Report

Merging #102 (b1c76f2) into master (8dde85f) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #102   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          311       311           
=========================================
  Hits           311       311           
Impacted Files Coverage Δ
...e_formatters_pre_commit_hooks/pretty_format_ini.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8dde85f...b1c76f2. Read the comment docs.

macisamuele commented 2 years ago

@hbre I'm very sorry that this PR was overlooked for such a long time. I've merged the latest changes of the repo on this and if tests are green (as I expect) it will be merged.

hbre commented 2 years ago

Thank you!

I also forget that I made this MR ;)