Skip to content

Commit

Permalink
fix(config): downgrade replacement version
Browse files Browse the repository at this point in the history
downgrade replacement version of flake8-use-pathlib to initial release
  • Loading branch information
wwuck committed Dec 12, 2021
1 parent f360d44 commit 32aa86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/replacements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const presets: Record<string, Preset> = {
matchDatasources: ['pypi'],
matchPackageNames: ['flake8-pathlib'],
replacementName: 'flake8-use-pathlib',
replacementVersion: '0.2.1',
replacementVersion: '0.2.0',
},
],
},
Expand Down

0 comments on commit 32aa86e

Please sign in to comment.