BAMWelDX / weldx

The welding data exchange format
https://www.bam.de/weldx
BSD 3-Clause "New" or "Revised" License
20 stars 10 forks source link

update ruff 233, nbqa 1.6.1 #842

Closed CagtayFabry closed 1 year ago

CagtayFabry commented 1 year ago

Changes

update ruff to 230 which has --force-exclude set by default

Not sure if this propagates to NBQA

github-actions[bot] commented 1 year ago

Test Results

2 184 tests  ±0   2 183 :heavy_check_mark: ±0   2m 29s :stopwatch: -10s        1 suites ±0          1 :zzz: ±0         1 files   ±0          0 :x: ±0 

Results for commit 99a5d0af. ± Comparison against base commit 17a5c1f5.

:recycle: This comment has been updated with latest results.

codecov[bot] commented 1 year ago

Codecov Report

Merging #842 (99a5d0a) into master (17a5c1f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #842   +/-   ##
=======================================
  Coverage   96.83%   96.83%           
=======================================
  Files          92       92           
  Lines        6071     6071           
=======================================
  Hits         5879     5879           
  Misses        192      192           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

marscher commented 1 year ago

nbqa has its own ruff command line.

CagtayFabry commented 1 year ago

nbqa has its own ruff command line.

Are the NBAa releases tied to a specific ruff release or is that "up to date"?

marscher commented 1 year ago

As nbqa is just a wrapper for the underlying tools, I think the latest version of the demanded tool will be installed.