Skip to content

Commit

Permalink
Pyproject Update (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
iKintosh authored Jul 7, 2022
1 parent 2a1481c commit 687a1a9
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = F, E203, W605, E501, W503, D100, D104, C408
ignore = F, E203, W605, E501, W503, D100, D104, C408, B023
max-line-length = 121
max-complexity = 18
docstring-convention=numpy
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
- Make LagTransform, LogTransform, AddConstTransform vectorized ([#756](https://github.com/tinkoff-ai/etna/pull/756))
-
-
- Update poetry.core version ([#780](https://github.com/tinkoff-ai/etna/pull/780))
-
- Make native prediction intervals for DeepAR ([#761](https://github.com/tinkoff-ai/etna/pull/761))
- Make native prediction intervals for TFTModel ([#770](https://github.com/tinkoff-ai/etna/pull/770))
Expand Down
7 changes: 0 additions & 7 deletions mypy.ini

This file was deleted.

Loading

1 comment on commit 687a1a9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.