Skip to content
Merged
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ good-names=FlightPhases,
prop_I_11,
Kt, # transformation matrix transposed
clalpha2D,
clalpha2D_incompresible,
clalpha2D_incompressible,
r_NOZ, # Nozzle position vector
rocket_dry_I_33,
rocket_dry_I_11,
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Attention: The newest changes should be on top -->
### Changed

- MNT: Refactors the code to adopt pylint [#621](https://github.com/RocketPy-Team/RocketPy/pull/621)
- MNT: Refactor AeroSurfaces [#634](https://github.com/RocketPy-Team/RocketPy/pull/634)

### Fixed

Expand Down
Loading